<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.cex.com.au/services/echo" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.cex.com.au/services/echo" xmlns:intf="http://www.cex.com.au/services/echo" xmlns:tns1="http://test.webservices.miclub.com.au" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
 <wsdl:types>
  <schema targetNamespace="http://test.webservices.miclub.com.au" xmlns="http://www.w3.org/2001/XMLSchema">
   <element name="echo" type="xsd:anyType"/>
  </schema>
  <schema targetNamespace="http://www.cex.com.au/services/echo" xmlns="http://www.w3.org/2001/XMLSchema">
   <element name="echoReturn" type="xsd:anyType"/>
  </schema>
 </wsdl:types>

   <message name="echoRequest">

      <part element="tns1:echo" name="part"/>

   </message>

   <message name="echoResponse">

      <part element="impl:echoReturn" name="echoReturn"/>

   </message>

   <portType name="TestService">

      <operation name="echo">

         <input message="impl:echoRequest" name="echoRequest"/>

         <output message="impl:echoResponse" name="echoResponse"/>

      </operation>

   </portType>

   <binding name="echoSoapBinding" type="impl:TestService">

      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

      <operation name="echo">

         <wsdlsoap:operation soapAction=""/>

         <input name="echoRequest">

            <wsdlsoap:body use="literal"/>

         </input>

         <output name="echoResponse">

            <wsdlsoap:body use="literal"/>

         </output>

      </operation>

   </binding>

   <service name="TestServiceService">

      <port binding="impl:echoSoapBinding" name="echo">

         <wsdlsoap:address location="http://www.cex.com.au/services/echo"/>

      </port>

   </service>

</definitions>
