XMethods Logo

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

Partner4 Logo Partner3 Logo Partner2 Logo

BookService

WSDL

http://www.winisp.net/cheeso/books/books.asmx?WSDL     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:dpchiesa
For more Info:http://www.winisp.net/cheeso/books/books.asmx
Description:Method 1: Given ISBN, returns title, publisher, etc, and vendor prices. Method 2: Given a keyword, return a list of ISBN and title.

Endpoints

URLPublisherContact EmailImplementation
http://www.winisp.net/cheeso/books/books.asmxdpchiesadpchiesa@hotmail.comMS .NET

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

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
AXIS client to BookServiceApplicationdpchiesa AXISJavaWindows
Csharp BookService clientApplicationdpchiesa MS .NETC#Windows
BookInfoApplicationmikepeat Visual DataflexOtherWindows


Detailed Description

This web service consists of three methods pertaining to book 
information.  

1: GetInfo
a single input param (string): ISBN (International Standard Book 
Number).  

This method retrieves the name, title, publisher, author, and 
other data about the book.  Also retrieves price data from Amazon, 
Barnes & Noble, and bookshop.co.uk.

2. DoKeywordSearch
a single input param (string): keyword

This method retrieves a list of books for a given keyword, using the 
Bookshop.co.uk search.   

3. DoKeywordSearchEx
param1 (string): keyword
param2 (string): search source

Param 2 can be either "Bookshop.co.uk" or "Barnes & Noble".  This 
method retrieves a list of books for a given keyword, using the 
specified search source.  Using Barnes & Noble will return a maximum 
of 25 entries, and each entry will include title, isbn, author and 
publisher info.  Using Bookshop.co.uk will retrieve an unlimited 
number of entries, but the result will not include publisher 
info.

Usage Notes

Accepts GET, POST, and SOAP. 

The ISBN should be formatted as a string of digits with all dashes 
and spaces removed.  

The schema for the returned data is available at 
http://www.winisp.net/cheeso/books/bookInfo.xsd .

(watch line wrap for that url)

Help  Message Board