<?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/echoheader/" 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 targetNamespace="http://soapinterop.org/echoheader/">
      <s:complexType name="echoMeStructRequest">
        <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:complexType name="echoMeStructResponse">
        <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>
  </wsdl:types>
  <wsdl:message name="echoVoidSoapIn" />
  <wsdl:message name="echoVoidSoapOut" />
  <wsdl:message name="echoVoidechoMeStructRequest">
    <wsdl:part name="echoMeStructRequest" type="s0:echoMeStructRequest" />
  </wsdl:message>
  <wsdl:message name="echoVoidechoMeStructResponse">
    <wsdl:part name="echoMeStructResponse" type="s0:echoMeStructResponse" />
  </wsdl:message>
  <wsdl:portType name="interopLabEchoHeaderSoap">
    <wsdl:operation name="echoVoid">
      <wsdl:input message="tns:echoVoidSoapIn" />
      <wsdl:output message="tns:echoVoidSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="interopLabEchoHeaderSoap" type="tns:interopLabEchoHeaderSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="echoVoid">
      <soap:operation soapAction="http://soapinterop.org/" style="rpc" />
      <wsdl:input>
        <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        <soap:header message="tns:echoVoidechoMeStructRequest" part="echoMeStructRequest" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        <soap:header message="tns:echoVoidechoMeStructResponse" part="echoMeStructResponse" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="interopLabEchoHeader">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
    <wsdl:port name="interopLabEchoHeaderSoap" binding="tns:interopLabEchoHeaderSoap">
      <soap:address location="http://mssoapinterop.org/asmx/header.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>