<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types />
  <message name="echoStringSoapIn">
    <part name="a" type="s:string" />
  </message>
  <message name="echoStringSoapOut">
    <part name="Result" type="s:string" />
  </message>
  <portType name="EmptySASoap">
    <operation name="echoString">
      <input message="tns:echoStringSoapIn" />
      <output message="tns:echoStringSoapOut" />
    </operation>
  </portType>
  <binding name="EmptySASoap" type="tns:EmptySASoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="echoString">
      <soap:operation soapAction="" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </input>
      <output>
        <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </output>
    </operation>
  </binding>
  <service name="EmptySA">
    <port name="EmptySASoap" binding="tns:EmptySASoap">
      <soap:address location="http://mssoapinterop.org/asmx/wsdl/emptysa.asmx" />
    </port>
  </service>
</definitions>
