<?xml version="1.0" encoding="utf-8"?>
<wsdl: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:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">
      <s:element name="echoStruct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="param0" type="s0:SOAPStruct" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SOAPStruct">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="varFloat" type="s:float" />
          <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="varInt" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="varString" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="echoStructResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="return" type="s0:SOAPStruct" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="echoStringArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="param0" type="s0:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" form="unqualified" name="string" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="echoStringArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="return" type="s0:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="echoString">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="param0" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="echoStringResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="return" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="echoStructSoapIn">
    <wsdl:part name="parameters" element="s0:echoStruct" />
  </wsdl:message>
  <wsdl:message name="echoStructSoapOut">
    <wsdl:part name="parameters" element="s0:echoStructResponse" />
  </wsdl:message>
  <wsdl:message name="echoStringArraySoapIn">
    <wsdl:part name="parameters" element="s0:echoStringArray" />
  </wsdl:message>
  <wsdl:message name="echoStringArraySoapOut">
    <wsdl:part name="parameters" element="s0:echoStringArrayResponse" />
  </wsdl:message>
  <wsdl:message name="echoStringSoapIn">
    <wsdl:part name="parameters" element="s0:echoString" />
  </wsdl:message>
  <wsdl:message name="echoStringSoapOut">
    <wsdl:part name="parameters" element="s0:echoStringResponse" />
  </wsdl:message>
  <wsdl:portType name="WSDLInteropTestDocLitParametersSoap">
    <wsdl:operation name="echoStruct">
      <wsdl:input message="tns:echoStructSoapIn" />
      <wsdl:output message="tns:echoStructSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="echoStringArray">
      <wsdl:input message="tns:echoStringArraySoapIn" />
      <wsdl:output message="tns:echoStringArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="echoString">
      <wsdl:input message="tns:echoStringSoapIn" />
      <wsdl:output message="tns:echoStringSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSDLInteropTestDocLitParametersSoap" type="tns:WSDLInteropTestDocLitParametersSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="echoStruct">
      <soap:operation soapAction="http://soapinterop.org/" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="echoStringArray">
      <soap:operation soapAction="http://soapinterop.org/" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="echoString">
      <soap:operation soapAction="http://soapinterop.org/" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WSDLInteropTestDocLitParameters">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
    <wsdl:port name="WSDLInteropTestDocLitParametersSoap" binding="tns:WSDLInteropTestDocLitParametersSoap">
      <soap:address location="http://mssoapinterop.org/asmx/wsdl/InteropTestDocLitParameters.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>