The Search method takes the ISBN provided, grabs information about that book, and uses it to select other titles that are similar.
To test the operation using the HTTP GET protocol, click the 'Invoke' button.
The following is a sample HTTP GET response.
<novelistSelectResponse>
<searchResults>
<records type="SimilarTitles"> <!-- N-number of record elements, one per similar book returned from the request -->
<record>
<author/>
<title/>
<isbnList> <!-- N-number of isbn elements, one per isbn for this record>
<isbn/>
</isbnList>
<dbUsed/> <!-- Identifies the data source this record was found>
<WhySuggested reason="A short sentence about why this matched."/>
</record>
</records>
</searchResults>
</novelistSelectResponse>