blob: adaf55ae54e0552b02089860aacd4e1b64cd9c58 [file] [log] [blame]
<definitions
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:s0="http://tempuri.org/2018a"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://tempuri.org/2018a" xmlns="http://schemas.xmlsoap.org/wsdl/">
<documentation>
</documentation>
<import namespace="http://tempuri.org/2018b" location="2018b.wsdl"/>
<message name="echoStringIn">
<part name="parameters" type="s:string"/>
</message>
<types/>
<message name="echoStringOut">
<part name="parameters" type="s:string" />
</message>
<portType name="EchoPortType">
<operation name="echoString" parameterOrder="parameters">
<input message="s0:echoStringIn" />
<output message="s0:echoStringOut" />
</operation>
</portType>
<binding name="EchoBinding" type="s0:EchoPortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
<operation name="echoString">
<soap:operation soapAction="http://tempuri.org/echoString" style="rpc" />
<input>
<soap:body use="literal" namespace="htp://org.org"/>
</input>
<output>
<soap:body use="literal" namespace="htp://org.org" />
</output>
</operation>
</binding>
<service name="EchoService">
<port name="EchoPort" binding="s0:EchoBinding">
<soap:address location="http://tempuri.org/"/>
</port>
</service>
</definitions>