<?xml version="1.0" encoding="utf-8"?>
<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://soapinterop.org/xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema targetNamespace="http://soapinterop.org/xsd">
      <s:complexType name="SOAPStruct">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="varString" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="varInt" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="varFloat" type="s:float" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </types>
  <message name="echoStructSoapIn">
    <part name="inputStruct" type="s0:SOAPStruct" />
  </message>
  <message name="echoStructSoapOut">
    <part name="Result" type="s0:SOAPStruct" />
  </message>
  <portType name="Import2Soap">
    <operation name="echoStruct">
      <input message="tns:echoStructSoapIn" />
      <output message="tns:echoStructSoapOut" />
    </operation>
  </portType>
  <binding name="Import2Soap" type="tns:Import2Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="echoStruct">
      <soap:operation soapAction="http://soapinterop.org/" 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="Import2">
    <port name="Import2Soap" binding="tns:Import2Soap">
      <soap:address location="http://mssoapinterop.org/asmx/wsdl/import2.asmx" />
    </port>
  </service>
</definitions>
