| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s0="http://tempuri.org/"
- name="HelloService" targetNamespace="http://tempuri.org/"
- xmlns="http://schemas.xmlsoap.org/wsdl/" sdAtt="sdVal">
- <sdElem>sdVal</sdElem>
- <types>
- <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="HelloWorld">
- <xs:complexType/>
- </xs:element>
- <xs:element name="HelloWorldResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="string" type="xs:string"/>
- </xs:schema>
- </types>
- <message name="HelloWorldSoapIn" msgAtt="msgVal">
- <part name="parameters" element="s0:HelloWorld" partAtt="partVal">
- <partElem>partVal</partElem>
- </part>
- <msgElem>msgVal</msgElem>
- </message>
- <message name="HelloWorldSoapOut">
- <part name="parameters" element="s0:HelloWorldResponse"/>
- </message>
- <message name="HelloWorldHttpGetIn"/>
- <message name="HelloWorldHttpGetOut">
- <part name="Body" element="s0:string"/>
- </message>
- <message name="HelloWorldHttpPostIn"/>
- <message name="HelloWorldHttpPostOut">
- <part name="Body" element="s0:string"/>
- </message>
- <portType name="HelloServiceSoap" ptAtt="ptVal">
- <operation name="HelloWorld" opAtt="opVal">
- <input message="s0:HelloWorldSoapIn" opmsgAtt="opmsgVal"/>
- <output message="s0:HelloWorldSoapOut"/>
- <opElem>opVal</opElem>
- </operation>
- <ptElem>ptVal</ptElem>
- </portType>
- <portType name="HelloServiceHttpGet">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpGetIn"/>
- <output message="s0:HelloWorldHttpGetOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpPost">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpPostIn"/>
- <output message="s0:HelloWorldHttpPostOut"/>
- </operation>
- </portType>
- <binding name="HelloServiceSoap" type="s0:HelloServiceSoap" binAtt="binVal">
- <binElem>binVal</binElem>
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="HelloWorld">
- <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpGet" type="s0:HelloServiceHttpGet">
- <http:binding verb="GET"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <http:urlEncoded/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpPost" type="s0:HelloServiceHttpPost">
- <http:binding verb="POST"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <mime:content type="application/x-www-form-urlencoded"/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <service name="HelloService" svcAtt="svcVal">
- <port name="HelloServiceSoap" binding="s0:HelloServiceSoap" portAtt="portVal">
- <soap:address location="http://192.168.0.128:8080/simple.asmx"/>
- <portElem>portVal</portElem>
- </port>
- <port name="HelloServiceHttpGet" binding="s0:HelloServiceHttpGet">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpPost" binding="s0:HelloServiceHttpPost">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <svcElem>svcVal</svcElem>
- </service>
- </definitions>
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s0="http://tempuri.org/"
- name="HelloService" targetNamespace="http://tempuri.org/"
- xmlns="http://schemas.xmlsoap.org/wsdl/" sdAtt="sdVal">
- <types>
- <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="HelloWorld">
- <xs:complexType/>
- </xs:element>
- <xs:element name="HelloWorldResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="string" type="xs:string"/>
- </xs:schema>
- </types>
- <message name="HelloWorldSoapIn" msgAtt="msgVal">
- <part name="parameters" element="s0:HelloWorld" partAtt="partVal"/>
- </message>
- <message name="HelloWorldSoapOut">
- <part name="parameters" element="s0:HelloWorldResponse"/>
- </message>
- <message name="HelloWorldHttpGetIn"/>
- <message name="HelloWorldHttpGetOut">
- <part name="Body" element="s0:string"/>
- </message>
- <message name="HelloWorldHttpPostIn"/>
- <message name="HelloWorldHttpPostOut">
- <part name="Body" element="s0:string"/>
- </message>
- <portType name="HelloServiceSoap" ptAtt="ptVal">
- <operation name="HelloWorld" opAtt="opVal">
- <input message="s0:HelloWorldSoapIn" opmsgAtt="opmsgVal"/>
- <output message="s0:HelloWorldSoapOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpGet">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpGetIn"/>
- <output message="s0:HelloWorldHttpGetOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpPost">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpPostIn"/>
- <output message="s0:HelloWorldHttpPostOut"/>
- </operation>
- </portType>
- <binding name="HelloServiceSoap" type="s0:HelloServiceSoap" binAtt="binVal">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="HelloWorld">
- <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpGet" type="s0:HelloServiceHttpGet">
- <http:binding verb="GET"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <http:urlEncoded/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpPost" type="s0:HelloServiceHttpPost">
- <http:binding verb="POST"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <mime:content type="application/x-www-form-urlencoded"/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <service name="HelloService" svcAtt="svcVal">
- <port name="HelloServiceSoap" binding="s0:HelloServiceSoap" portAtt="portVal">
- <soap:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpGet" binding="s0:HelloServiceHttpGet">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpPost" binding="s0:HelloServiceHttpPost">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- </service>
- </definitions>
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s0="http://tempuri.org/"
- name="HelloService" targetNamespace="http://tempuri.org/"
- xmlns="http://schemas.xmlsoap.org/wsdl/" sdAtt="sdVal">
- <types>
- <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="HelloWorld">
- <xs:complexType/>
- </xs:element>
- <xs:element name="HelloWorldResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="string" type="xs:string"/>
- </xs:schema>
- </types>
- <message name="HelloWorldSoapIn" msgAtt="msgVal">
- <part name="parameters" element="s0:HelloWorld" partAtt="partVal"/>
- </message>
- <message name="HelloWorldSoapOut">
- <part name="parameters" element="s0:HelloWorldResponse"/>
- </message>
- <message name="HelloWorldHttpGetIn"/>
- <message name="HelloWorldHttpGetOut">
- <part name="Body" element="s0:string"/>
- </message>
- <message name="HelloWorldHttpPostIn"/>
- <message name="HelloWorldHttpPostOut">
- <part name="Body" element="s0:string"/>
- </message>
- <portType name="HelloServiceSoap" ptAtt="ptVal">
- <operation name="HelloWorld" opAtt="opVal">
- <input message="s0:HelloWorldSoapIn" opmsgAtt="opmsgVal"/>
- <output message="s0:HelloWorldSoapOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpGet">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpGetIn"/>
- <output message="s0:HelloWorldHttpGetOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpPost">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpPostIn"/>
- <output message="s0:HelloWorldHttpPostOut"/>
- </operation>
- </portType>
- <binding name="HelloServiceSoap" type="s0:HelloServiceSoap" binAtt="binVal">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="HelloWorld">
- <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpGet" type="s0:HelloServiceHttpGet">
- <http:binding verb="GET"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <http:urlEncoded/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpPost" type="s0:HelloServiceHttpPost">
- <http:binding verb="POST"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <mime:content type="application/x-www-form-urlencoded"/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <service name="HelloService" svcAtt="svcVal">
- <port name="HelloServiceSoap" binding="s0:HelloServiceSoap" portAtt="portVal">
- <soap:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpGet" binding="s0:HelloServiceHttpGet">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpPost" binding="s0:HelloServiceHttpPost">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- </service>
- </definitions>
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s0="http://tempuri.org/"
- name="HelloService" targetNamespace="http://tempuri.org/"
- xmlns="http://schemas.xmlsoap.org/wsdl/" sdAtt="sdVal">
- <types>
- <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="HelloWorld">
- <xs:complexType/>
- </xs:element>
- <xs:element name="HelloWorldResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="string" type="xs:string"/>
- </xs:schema>
- </types>
- <message name="HelloWorldSoapIn" msgAtt="msgVal">
- <part name="parameters" element="s0:HelloWorld" partAtt="partVal"/>
- </message>
- <message name="HelloWorldSoapOut">
- <part name="parameters" element="s0:HelloWorldResponse"/>
- </message>
- <message name="HelloWorldHttpGetIn"/>
- <message name="HelloWorldHttpGetOut">
- <part name="Body" element="s0:string"/>
- </message>
- <message name="HelloWorldHttpPostIn"/>
- <message name="HelloWorldHttpPostOut">
- <part name="Body" element="s0:string"/>
- </message>
- <portType name="HelloServiceSoap" ptAtt="ptVal">
- <operation name="HelloWorld" opAtt="opVal">
- <input message="s0:HelloWorldSoapIn" opmsgAtt="opmsgVal"/>
- <output message="s0:HelloWorldSoapOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpGet">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpGetIn"/>
- <output message="s0:HelloWorldHttpGetOut"/>
- </operation>
- </portType>
- <portType name="HelloServiceHttpPost">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldHttpPostIn"/>
- <output message="s0:HelloWorldHttpPostOut"/>
- </operation>
- </portType>
- <binding name="HelloServiceSoap" type="s0:HelloServiceSoap" binAtt="binVal">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="HelloWorld">
- <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpGet" type="s0:HelloServiceHttpGet">
- <http:binding verb="GET"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <http:urlEncoded/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <binding name="HelloServiceHttpPost" type="s0:HelloServiceHttpPost">
- <http:binding verb="POST"/>
- <operation name="HelloWorld">
- <http:operation location="/HelloWorld"/>
- <input>
- <mime:content type="application/x-www-form-urlencoded"/>
- </input>
- <output>
- <mime:mimeXml part="Body"/>
- </output>
- </operation>
- </binding>
- <service name="HelloService" svcAtt="svcVal">
- <port name="HelloServiceSoap" binding="s0:HelloServiceSoap" portAtt="portVal">
- <soap:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpGet" binding="s0:HelloServiceHttpGet">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- <port name="HelloServiceHttpPost" binding="s0:HelloServiceHttpPost">
- <http:address location="http://192.168.0.128:8080/simple.asmx"/>
- </port>
- </service>
- </definitions>
|