Skip to content

Instantly share code, notes, and snippets.

@gfhuertac
Created June 15, 2018 10:00
Show Gist options
  • Save gfhuertac/d6f5e77cc0562bf6553fc6e88b5e5f66 to your computer and use it in GitHub Desktop.
Save gfhuertac/d6f5e77cc0562bf6553fc6e88b5e5f66 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="PingService">
<s:complexType />
</s:element>
<s:element name="PingServiceResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="PingServiceResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Verify">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="xmlparamin" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="VerifyResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="VerifyResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Identify">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="xmlparamin" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="IdentifyResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="IdentifyResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Enroll">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="xmlparamin" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EnrollResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EnrollResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Get">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="xmlparamin" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetOp">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="xmlparamin" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetOpResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetOpResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="xmlparamout" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="PingServiceSoapIn">
<wsdl:part name="parameters" element="tns:PingService" />
</wsdl:message>
<wsdl:message name="PingServiceSoapOut">
<wsdl:part name="parameters" element="tns:PingServiceResponse" />
</wsdl:message>
<wsdl:message name="VerifySoapIn">
<wsdl:part name="parameters" element="tns:Verify" />
</wsdl:message>
<wsdl:message name="VerifySoapOut">
<wsdl:part name="parameters" element="tns:VerifyResponse" />
</wsdl:message>
<wsdl:message name="IdentifySoapIn">
<wsdl:part name="parameters" element="tns:Identify" />
</wsdl:message>
<wsdl:message name="IdentifySoapOut">
<wsdl:part name="parameters" element="tns:IdentifyResponse" />
</wsdl:message>
<wsdl:message name="EnrollSoapIn">
<wsdl:part name="parameters" element="tns:Enroll" />
</wsdl:message>
<wsdl:message name="EnrollSoapOut">
<wsdl:part name="parameters" element="tns:EnrollResponse" />
</wsdl:message>
<wsdl:message name="GetSoapIn">
<wsdl:part name="parameters" element="tns:Get" />
</wsdl:message>
<wsdl:message name="GetSoapOut">
<wsdl:part name="parameters" element="tns:GetResponse" />
</wsdl:message>
<wsdl:message name="GetOpSoapIn">
<wsdl:part name="parameters" element="tns:GetOp" />
</wsdl:message>
<wsdl:message name="GetOpSoapOut">
<wsdl:part name="parameters" element="tns:GetOpResponse" />
</wsdl:message>
<wsdl:portType name="BioPortalServerWSSoap">
<wsdl:operation name="PingService">
<wsdl:input message="tns:PingServiceSoapIn" />
<wsdl:output message="tns:PingServiceSoapOut" />
</wsdl:operation>
<wsdl:operation name="Verify">
<wsdl:input message="tns:VerifySoapIn" />
<wsdl:output message="tns:VerifySoapOut" />
</wsdl:operation>
<wsdl:operation name="Identify">
<wsdl:input message="tns:IdentifySoapIn" />
<wsdl:output message="tns:IdentifySoapOut" />
</wsdl:operation>
<wsdl:operation name="Enroll">
<wsdl:input message="tns:EnrollSoapIn" />
<wsdl:output message="tns:EnrollSoapOut" />
</wsdl:operation>
<wsdl:operation name="Get">
<wsdl:input message="tns:GetSoapIn" />
<wsdl:output message="tns:GetSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetOp">
<wsdl:input message="tns:GetOpSoapIn" />
<wsdl:output message="tns:GetOpSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BioPortalServerWSSoap" type="tns:BioPortalServerWSSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PingService">
<soap:operation soapAction="http://tempuri.org/PingService" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Verify">
<soap:operation soapAction="http://tempuri.org/Verify" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Identify">
<soap:operation soapAction="http://tempuri.org/Identify" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Enroll">
<soap:operation soapAction="http://tempuri.org/Enroll" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Get">
<soap:operation soapAction="http://tempuri.org/Get" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetOp">
<soap:operation soapAction="http://tempuri.org/GetOp" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="BioPortalServerWSSoap12" type="tns:BioPortalServerWSSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PingService">
<soap12:operation soapAction="http://tempuri.org/PingService" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Verify">
<soap12:operation soapAction="http://tempuri.org/Verify" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Identify">
<soap12:operation soapAction="http://tempuri.org/Identify" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Enroll">
<soap12:operation soapAction="http://tempuri.org/Enroll" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Get">
<soap12:operation soapAction="http://tempuri.org/Get" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetOp">
<soap12:operation soapAction="http://tempuri.org/GetOp" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="BioPortalServerWS">
<wsdl:port name="BioPortalServerWSSoap" binding="tns:BioPortalServerWSSoap">
<soap:address location="http://localhost:4030/BioPortal.Server.WS.asmx" />
</wsdl:port>
<wsdl:port name="BioPortalServerWSSoap12" binding="tns:BioPortalServerWSSoap12">
<soap12:address location="http://localhost:4030/BioPortal.Server.WS.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment