<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.cynergysystems.com/axis/services/CustomerService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.cynergysystems.com/axis/services/CustomerService" xmlns:intf="http://www.cynergysystems.com/axis/services/CustomerService" 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:types>
  <schema targetNamespace="http://www.cynergysystems.com/axis/services/CustomerService" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://www.cynergysystems.com/axis/services/CustomerService"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Vector">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:anyType"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getCustomerListResponse">

      <wsdl:part name="getCustomerListReturn" type="impl:ArrayOf_xsd_anyType"/>

   </wsdl:message>

   <wsdl:message name="getCustomerListRequest">

   </wsdl:message>

   <wsdl:portType name="CustomerServiceImpl">

      <wsdl:operation name="getCustomerList">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="CustomerServiceSoapBinding" type="impl:CustomerServiceImpl">

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

      <wsdl:operation name="getCustomerList">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getCustomerListRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://examples.flex.cynergysystems.com" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getCustomerListResponse">

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

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="CustomerServiceImplService">

      <wsdl:port binding="impl:CustomerServiceSoapBinding" name="CustomerService">

         <wsdlsoap:address location="http://www.cynergysystems.com/axis/services/CustomerService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
