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

   <message name="AdminServiceRequest">

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

   </message>

   <message name="AdminServiceResponse">

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

   </message>

   <portType name="Admin">

      <operation name="AdminService">

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

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

      </operation>

   </portType>

   <binding name="AdminServiceSoapBinding" type="impl:Admin">

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

      <operation name="AdminService">

         <wsdlsoap:operation soapAction=""/>

         <input name="AdminServiceRequest">

            <wsdlsoap:body use="literal"/>

         </input>

         <output name="AdminServiceResponse">

            <wsdlsoap:body use="literal"/>

         </output>

      </operation>

   </binding>

   <service name="AdminService">

      <port binding="impl:AdminServiceSoapBinding" name="AdminService">

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

      </port>

   </service>

</definitions>
