<?xml version="1.0" ?>
<wsdl:definitions name="urn:BarCodes" targetNamespace="urn:BarCodes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:typens="urn:BarCodes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
    <xsd:schema targetNamespace="urn:BarCodes" xmlns="http://www.w3.org/2001/XMLSchema">
      <xsd:complexType name="BarCodesResult">
        <xsd:all>
          <xsd:element name="barcode" type="xsd:base64Binary"/>
        </xsd:all>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="doBarCodes">
    <wsdl:part name="username" type="xsd:string"/>
    <wsdl:part name="password" type="xsd:string"/>
    <wsdl:part name="num" type="xsd:string"/>
    <wsdl:part name="imgtype" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="doBarCodesResponse">
    <wsdl:part name="return" type="xsd:base64Binary"/>
  </wsdl:message>
  <wsdl:portType name="BarCodesPort">
    <wsdl:operation name="doBarCodes">
      <wsdl:input message="typens:doBarCodes"/>
      <wsdl:output message="typens:doBarCodesResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BarCodesBinding" type="typens:BarCodesPort">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="doBarCodes">
      <soap:operation soapAction="urn:BarCodesAction"/>
      <wsdl:input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:BarCodes" use="encoded"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:BarCodes" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BarCodesService">
    <wsdl:port binding="typens:BarCodesBinding" name="BarCodesPort">
      <soap:address location="http://www.flash-db.com/services/ws/barCodes.php"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
