<?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:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
      <s:import namespace="http://schemas.xmlsoap.org/wsdl/" />
      <s:complexType name="ArrayOfSOAPStruct">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:attribute d7p1:arrayType="s0:SOAPStruct[]" ref="soapenc:arrayType" xmlns:d7p1="http://schemas.xmlsoap.org/wsdl/" />
          </s:restriction>
        </s:complexContent>
      </s:complexType>
      <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="echoStructArraySoapIn">
    <part name="inputArray" type="s0:ArrayOfSOAPStruct" />
  </message>
  <message name="echoStructArraySoapOut">
    <part name="Result" type="s0:ArrayOfSOAPStruct" />
  </message>
  <message name="echoStructSoapIn">
    <part name="inputStruct" type="s0:SOAPStruct" />
  </message>
  <message name="echoStructSoapOut">
    <part name="Result" type="s0:SOAPStruct" />
  </message>
  <portType name="Import3Soap">
    <operation name="echoStructArray">
      <input message="tns:echoStructArraySoapIn" />
      <output message="tns:echoStructArraySoapOut" />
    </operation>
    <operation name="echoStruct">
      <input message="tns:echoStructSoapIn" />
      <output message="tns:echoStructSoapOut" />
    </operation>
  </portType>
  <binding name="Import3Soap" type="tns:Import3Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <operation name="echoStructArray">
      <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>
    <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="Import3">
    <port name="Import3Soap" binding="tns:Import3Soap">
      <soap:address location="http://mssoapinterop.org/asmx/wsdl/import3.asmx" />
    </port>
    <port name="Import3HttpGet" binding="tns:Import3HttpGet">
      <http:address location="http://mssoapinterop.org/asmx/wsdl/import3.asmx" />
    </port>
    <port name="Import3HttpPost" binding="tns:Import3HttpPost">
      <http:address location="http://mssoapinterop.org/asmx/wsdl/import3.asmx" />
    </port>
  </service>
</definitions>
