<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.booksprice.com/IsbnConverter.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.booksprice.com/IsbnConverter.jws" xmlns:intf="http://www.booksprice.com/IsbnConverter.jws" 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.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
 <wsdl:types>
  <schema targetNamespace="http://www.booksprice.com/IsbnConverter.jws" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="convertToEANResponse">

      <wsdl:part name="convertToEANReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="convertToISBN13Response">

      <wsdl:part name="convertToISBN13Return" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="convertToISBN13Request1">

      <wsdl:part name="groupNumber" type="xsd:int"/>

      <wsdl:part name="publisherNumber" type="xsd:int"/>

      <wsdl:part name="titleNumber" type="xsd:int"/>

      <wsdl:part name="numOfBooks" type="xsd:int"/>

   </wsdl:message>

   <wsdl:message name="convertToISBN13Response1">

      <wsdl:part name="convertToISBN13Return" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:message name="convertToEANResponse1">

      <wsdl:part name="convertToEANReturn" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:message name="convertToISBN13Request">

      <wsdl:part name="isbn10" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="convertToEANRequest">

      <wsdl:part name="isbn10" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="convertToEANRequest1">

      <wsdl:part name="groupNumber" type="xsd:int"/>

      <wsdl:part name="publisherNumber" type="xsd:int"/>

      <wsdl:part name="titleNumber" type="xsd:int"/>

      <wsdl:part name="numOfBooks" type="xsd:int"/>

   </wsdl:message>

   <wsdl:portType name="IsbnConverter">

      <wsdl:operation name="convertToEAN" parameterOrder="isbn10">

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

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

      </wsdl:operation>

      <wsdl:operation name="convertToEAN" parameterOrder="groupNumber publisherNumber titleNumber numOfBooks">

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

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

      </wsdl:operation>

      <wsdl:operation name="convertToISBN13" parameterOrder="isbn10">

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

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

      </wsdl:operation>

      <wsdl:operation name="convertToISBN13" parameterOrder="groupNumber publisherNumber titleNumber numOfBooks">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="IsbnConverterSoapBinding" type="impl:IsbnConverter">

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

      <wsdl:operation name="convertToEAN">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="convertToEANRequest">

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

         </wsdl:input>

         <wsdl:output name="convertToEANResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.booksprice.com/IsbnConverter.jws" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="convertToEAN">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="convertToEANRequest1">

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

         </wsdl:input>

         <wsdl:output name="convertToEANResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.booksprice.com/IsbnConverter.jws" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="convertToISBN13">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="convertToISBN13Request">

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

         </wsdl:input>

         <wsdl:output name="convertToISBN13Response">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.booksprice.com/IsbnConverter.jws" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="convertToISBN13">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="convertToISBN13Request1">

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

         </wsdl:input>

         <wsdl:output name="convertToISBN13Response1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.booksprice.com/IsbnConverter.jws" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="IsbnConverterService">

      <wsdl:port binding="impl:IsbnConverterSoapBinding" name="IsbnConverter">

         <wsdlsoap:address location="http://www.booksprice.com/IsbnConverter.jws"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
