<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.cex.com.au/services/error" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.cex.com.au/services/error" xmlns:intf="http://www.cex.com.au/services/error" 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="error" type="xsd:anyType"/>
  </schema>
  <schema targetNamespace="http://www.cex.com.au/services/error" xmlns="http://www.w3.org/2001/XMLSchema">
   <element name="errorReturn" type="xsd:anyType"/>
  </schema>
 </wsdl:types>

   <message name="errorRequest">

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

   </message>

   <message name="errorResponse">

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

   </message>

   <portType name="TestService">

      <operation name="error">

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

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

      </operation>

   </portType>

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

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

      <operation name="error">

         <wsdlsoap:operation soapAction=""/>

         <input name="errorRequest">

            <wsdlsoap:body use="literal"/>

         </input>

         <output name="errorResponse">

            <wsdlsoap:body use="literal"/>

         </output>

      </operation>

   </binding>

   <service name="TestServiceService">

      <port binding="impl:errorSoapBinding" name="error">

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

      </port>

   </service>

</definitions>
