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

   <wsdl:message name="getDataRequest">

      <wsdl:part name="asInputXML" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getDataResponse">

      <wsdl:part name="getDataReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="WebServiceImpl">

      <wsdl:operation name="getData" parameterOrder="asInputXML">

         <wsdl:input message="impl:getDataRequest" name="getDataRequest"/>

         <wsdl:output message="impl:getDataResponse" name="getDataResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="commondataSoapBinding" type="impl:WebServiceImpl">

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

      <wsdl:operation name="getData">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getDataRequest">

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

         </wsdl:input>

         <wsdl:output name="getDataResponse">

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

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="WebServiceImplService">

      <wsdl:port binding="impl:commondataSoapBinding" name="commondata">

         <wsdlsoap:address location="http://www.commondatahub.com/services/commondata"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
