<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.abundanttech.com/webservices/BNPrice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.abundanttech.com/webservices/BNPrice" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.abundanttech.com/webservices/BNPrice">
      <s:element name="GetBNQuote">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sISBN" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBNQuoteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBNQuoteResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </types>
  <message name="GetBNQuoteSoapIn">
    <part name="parameters" element="s0:GetBNQuote" />
  </message>
  <message name="GetBNQuoteSoapOut">
    <part name="parameters" element="s0:GetBNQuoteResponse" />
  </message>
  <message name="GetBNQuoteHttpGetIn">
    <part name="sISBN" type="s:string" />
  </message>
  <message name="GetBNQuoteHttpGetOut">
    <part name="Body" element="s0:string" />
  </message>
  <message name="GetBNQuoteHttpPostIn">
    <part name="sISBN" type="s:string" />
  </message>
  <message name="GetBNQuoteHttpPostOut">
    <part name="Body" element="s0:string" />
  </message>
  <portType name="BNPriceSoap">
    <operation name="GetBNQuote">
      <input message="s0:GetBNQuoteSoapIn" />
      <output message="s0:GetBNQuoteSoapOut" />
    </operation>
  </portType>
  <portType name="BNPriceHttpGet">
    <operation name="GetBNQuote">
      <input message="s0:GetBNQuoteHttpGetIn" />
      <output message="s0:GetBNQuoteHttpGetOut" />
    </operation>
  </portType>
  <portType name="BNPriceHttpPost">
    <operation name="GetBNQuote">
      <input message="s0:GetBNQuoteHttpPostIn" />
      <output message="s0:GetBNQuoteHttpPostOut" />
    </operation>
  </portType>
  <binding name="BNPriceSoap" type="s0:BNPriceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="GetBNQuote">
      <soap:operation soapAction="http://www.abundanttech.com/webservices/BNPrice/GetBNQuote" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <binding name="BNPriceHttpGet" type="s0:BNPriceHttpGet">
    <http:binding verb="GET" />
    <operation name="GetBNQuote">
      <http:operation location="/GetBNQuote" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <binding name="BNPriceHttpPost" type="s0:BNPriceHttpPost">
    <http:binding verb="POST" />
    <operation name="GetBNQuote">
      <http:operation location="/GetBNQuote" />
      <input>
        <mime:content type="application/x-www-form-urlencoded" />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <service name="BNPrice">
    <port name="BNPriceSoap" binding="s0:BNPriceSoap">
      <soap:address location="http://www.abundanttech.com/WebServices/bnprice/bnprice.asmx" />
    </port>
    <port name="BNPriceHttpGet" binding="s0:BNPriceHttpGet">
      <http:address location="http://www.abundanttech.com/WebServices/bnprice/bnprice.asmx" />
    </port>
    <port name="BNPriceHttpPost" binding="s0:BNPriceHttpPost">
      <http:address location="http://www.abundanttech.com/WebServices/bnprice/bnprice.asmx" />
    </port>
  </service>
</definitions>
