You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
4.2 KiB
104 lines
4.2 KiB
<?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="HelloWorld">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="HelloWorldResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMax">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="num1" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="num2" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMaxResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="GetMaxResult" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="HelloWorldSoapIn">
|
|
<wsdl:part name="parameters" element="tns:HelloWorld" />
|
|
</wsdl:message>
|
|
<wsdl:message name="HelloWorldSoapOut">
|
|
<wsdl:part name="parameters" element="tns:HelloWorldResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMaxSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetMax" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMaxSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetMaxResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="WebService1Soap">
|
|
<wsdl:operation name="HelloWorld">
|
|
<wsdl:input message="tns:HelloWorldSoapIn" />
|
|
<wsdl:output message="tns:HelloWorldSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMax">
|
|
<wsdl:input message="tns:GetMaxSoapIn" />
|
|
<wsdl:output message="tns:GetMaxSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="HelloWorld">
|
|
<soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMax">
|
|
<soap:operation soapAction="http://tempuri.org/GetMax" 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="WebService1Soap12" type="tns:WebService1Soap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="HelloWorld">
|
|
<soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMax">
|
|
<soap12:operation soapAction="http://tempuri.org/GetMax" 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="WebService1">
|
|
<wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
|
|
<soap:address location="http://127.0.0.1:8081/WebService1.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
|
|
<soap12:address location="http://127.0.0.1:8081/WebService1.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|