<?xml version="1.0" encoding="UTF-8"?>
<definitions name="interop2C"
 xmlns="http://schemas.xmlsoap.org/wsdl/"
 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
 targetNamespace="http://soapinterop.org/"
 xmlns:tns="http://soapinterop.org/"
 xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope"
 xmlns:SOAP-ENC="http://www.w3.org/2002/06/soap-encoding"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:s="http://soapinterop.org/xsd"
 xmlns:h="http://soapinterop.org/echoheader/"
 xmlns:m="http://soapinterop.org/">

<types>
 <schema
  xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://soapinterop.org/xsd"
  xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope"
  xmlns:SOAP-ENC="http://www.w3.org/2002/06/soap-encoding"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:s="http://soapinterop.org/xsd"
  xmlns:h="http://soapinterop.org/echoheader/"
  xmlns:m="http://soapinterop.org/">

  <complexType name="SOAPStruct">
   <all>
    <element name="varString" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="varInt" type="xsd:int" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="varFloat" type="xsd:float" minOccurs="1" maxOccurs="1" nillable="true"/>
   </all>
  </complexType>

 </schema>
 <schema
  xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://soapinterop.org/echoheader/"
  xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope"
  xmlns:SOAP-ENC="http://www.w3.org/2002/06/soap-encoding"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:s="http://soapinterop.org/xsd"
  xmlns:h="http://soapinterop.org/echoheader/"
  xmlns:m="http://soapinterop.org/">

 </schema>
 <schema
  xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://soapinterop.org/"
  xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope"
  xmlns:SOAP-ENC="http://www.w3.org/2002/06/soap-encoding"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:s="http://soapinterop.org/xsd"
  xmlns:h="http://soapinterop.org/echoheader/"
  xmlns:m="http://soapinterop.org/">

  <complexType name="echoVoidResponse">
   <all>
   </all>
  </complexType>

  <complexType name="echoVoid">
   <all>
   </all>
  </complexType>

 </schema>
</types>

<message name="echoVoidRequest">
</message>

<message name="echoVoidResponse">
</message>

<message name="interop2CHeader">
 <part name="echoMeStringRequest" type="xsd:string"/>
 <part name="echoMeStringResponse" type="xsd:string"/>
 <part name="echoMeStructRequest" type="s:SOAPStruct"/>
 <part name="echoMeStructResponse" type="s:SOAPStruct"/>
</message>

<portType name="interop2CPortType">
 <operation name="echoVoid">
  <documentation>Service definition of function m__echoVoid</documentation>
  <input message="tns:echoVoidRequest"/>
  <output message="tns:echoVoidResponse"/>
 </operation>
</portType>

<binding name="interop2CBinding" type="tns:interop2CPortType">
 <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="echoVoid">
  <SOAP:operation soapAction=""/>
  <input>
   <SOAP:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://www.w3.org/2002/06/soap-encoding"/>
   <SOAP:header use="encoded" namespace="http://soapinterop.org/echoheader/" encodingStyle="http://www.w3.org/2002/06/soap-encoding" message="tns:interop2CHeader" part="echoMeStructRequest"/>
   <SOAP:header use="encoded" namespace="http://soapinterop.org/echoheader/" encodingStyle="http://www.w3.org/2002/06/soap-encoding" message="tns:interop2CHeader" part="echoMeStringRequest"/>
  </input>
  <output>
   <SOAP:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://www.w3.org/2002/06/soap-encoding"/>
   <SOAP:header use="encoded" namespace="http://soapinterop.org/echoheader/" encodingStyle="http://www.w3.org/2002/06/soap-encoding" message="tns:interop2CHeader" part="echoMeStructResponse"/>
   <SOAP:header use="encoded" namespace="http://soapinterop.org/echoheader/" encodingStyle="http://www.w3.org/2002/06/soap-encoding" message="tns:interop2CHeader" part="echoMeStringResponse"/>
  </output>
 </operation>
</binding>

<service name="interop2C">
 <documentation>gSOAP 2.1.8 generated service definition</documentation>
 <port name="interop2CPort" binding="tns:interop2CBinding">
  <SOAP:address location="http://www.cs.fsu.edu/~engelen/interop2C.cgi"/>
 </port>
</service>

</definitions>
