<?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="List">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="varInt" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="varString" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="child" type="s0:List" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </types>
  <message name="echoLinkedListSoapIn">
    <part name="param0" type="s0:List" />
  </message>
  <message name="echoLinkedListSoapOut">
    <part name="return" type="s0:List" />
  </message>
  <portType name="WSDLInteropTestListServiceSoap">
    <operation name="echoLinkedList">
      <input message="tns:echoLinkedListSoapIn" />
      <output message="tns:echoLinkedListSoapOut" />
    </operation>
  </portType>
  <binding name="WSDLInteropTestListServiceSoap" type="tns:WSDLInteropTestListServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="echoLinkedList">
      <soap:operation soapAction="" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="http://soapinterop.org/WSDLInteropTestRpcEnc" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </input>
      <output>
        <soap:body use="encoded" namespace="http://soapinterop.org/WSDLInteropTestRpcEnc" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </output>
    </operation>
  </binding>
  <service name="WSDLInteropTestListService">
    <port name="WSDLInteropTestListServiceSoap" binding="tns:WSDLInteropTestListServiceSoap">
      <soap:address location="http://mssoapinterop.org/asmx/wsdl/WSDLInteropTestListService.asmx" />
    </port>
  </service>
</definitions>
