<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.cex.com.au/services/Version" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.cex.com.au/services/Version" xmlns:intf="http://www.cex.com.au/services/Version" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 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)-->

   <message name="getVersionRequest">

   </message>

   <message name="getVersionResponse">

      <part name="getVersionReturn" type="soapenc:string"/>

   </message>

   <portType name="Version">

      <operation name="getVersion">

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

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

      </operation>

   </portType>

   <binding name="VersionSoapBinding" type="impl:Version">

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

      <operation name="getVersion">

         <wsdlsoap:operation soapAction=""/>

         <input name="getVersionRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.apache.org" use="encoded"/>

         </input>

         <output name="getVersionResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.cex.com.au/services/Version" use="encoded"/>

         </output>

      </operation>

   </binding>

   <service name="VersionService">

      <port binding="impl:VersionSoapBinding" name="Version">

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

      </port>

   </service>

</definitions>
