XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

Barnes and Noble Price Quote

WSDL

http://www.xmethods.net/sd/2001/BNQuoteService.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:xmethods.net
For more Info:
Description:Returns price of a book at BN.com given an ISBN number.

Endpoints

URLPublisherContact EmailImplementation
http://services.xmethods.net:80/soap/servlet/rpcrouterxmethods.netsupport@xmethods.netApache SOAP

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
Barnes & Noble Price Quote (by Mustafa Basgun)ApplicationBasgun Macromedia FlashPHPCross-Platform
Apache SOAP sample sourceExample Sourcexmethods.net Apache SOAPJavaCross-Platform


Detailed Description

Returns price of a book at BN.com given an ISBN number.

Usage Notes

Request Parameter Schema:
<element name="isbn" type="string" />

Response Parameter Schema:
<element name="return" type="float" />

Encoding Style for both request and response:
http://schemas.xmlsoap.org/soap/encoding

----------------------------------------------------------

Sample Request envelope:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getPrice xmlns:ns1="urn:xmethods-BNPriceCheck" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<isbn xsi:type="xsd:string">0439139597</isbn>
</ns1:getPrice>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

-----------------------------------------------------------

Sample Response Envelope:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getPriceResponse xmlns:ns1="urn:xmethods-BNPriceCheck" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:float">15.57</return>
</ns1:getPriceResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Help  Message Board