<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.webserviceX.NET" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.webserviceX.NET" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Book Information web services by ISBN or EAN bar code</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.webserviceX.NET">
      <s:element name="GetISBNInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetISBNInformationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetISBNInformationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetISBNInformationSoapIn">
    <wsdl:part name="parameters" element="tns:GetISBNInformation" />
  </wsdl:message>
  <wsdl:message name="GetISBNInformationSoapOut">
    <wsdl:part name="parameters" element="tns:GetISBNInformationResponse" />
  </wsdl:message>
  <wsdl:message name="GetISBNInformationHttpGetIn">
    <wsdl:part name="Code" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetISBNInformationHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetISBNInformationHttpPostIn">
    <wsdl:part name="Code" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetISBNInformationHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="ISBNSoap">
    <wsdl:operation name="GetISBNInformation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Book Information web services by ISBN or EAN bar code</wsdl:documentation>
      <wsdl:input message="tns:GetISBNInformationSoapIn" />
      <wsdl:output message="tns:GetISBNInformationSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ISBNHttpGet">
    <wsdl:operation name="GetISBNInformation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Book Information web services by ISBN or EAN bar code</wsdl:documentation>
      <wsdl:input message="tns:GetISBNInformationHttpGetIn" />
      <wsdl:output message="tns:GetISBNInformationHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ISBNHttpPost">
    <wsdl:operation name="GetISBNInformation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Book Information web services by ISBN or EAN bar code</wsdl:documentation>
      <wsdl:input message="tns:GetISBNInformationHttpPostIn" />
      <wsdl:output message="tns:GetISBNInformationHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ISBNSoap" type="tns:ISBNSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetISBNInformation">
      <soap:operation soapAction="http://www.webserviceX.NET/GetISBNInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ISBNSoap12" type="tns:ISBNSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetISBNInformation">
      <soap12:operation soapAction="http://www.webserviceX.NET/GetISBNInformation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ISBNHttpGet" type="tns:ISBNHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetISBNInformation">
      <http:operation location="/GetISBNInformation" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ISBNHttpPost" type="tns:ISBNHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetISBNInformation">
      <http:operation location="/GetISBNInformation" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ISBN">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Book Information web services by ISBN or EAN bar code</wsdl:documentation>
    <wsdl:port name="ISBNSoap" binding="tns:ISBNSoap">
      <soap:address location="http://www.webservicex.com/isbn.asmx" />
    </wsdl:port>
    <wsdl:port name="ISBNSoap12" binding="tns:ISBNSoap12">
      <soap12:address location="http://www.webservicex.com/isbn.asmx" />
    </wsdl:port>
    <wsdl:port name="ISBNHttpGet" binding="tns:ISBNHttpGet">
      <http:address location="http://www.webservicex.com/isbn.asmx" />
    </wsdl:port>
    <wsdl:port name="ISBNHttpPost" binding="tns:ISBNHttpPost">
      <http:address location="http://www.webservicex.com/isbn.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>