Version: 2011.01.25

Krames StayWell External Web Service Documentation

Searching For Content

To create a web-based search mechanism, begin by creating a user interface on your site that will collect search criteria used to search for StayWell content. Refer to the Best Practices section for searches for more information. When the user submits the search, your server will add any additional search criteria as you deem necessary and submit a call to the SearchContent method.

The method returns XML that will either contain a list of content found that match the search parameters, an empty list indicating no content matched, or an error message.

Your site should then use the information contained in the response XML to present a list of content as links, usually pointing to a dynamic page on your site that can display any StayWell content using the displaying content scenario. Error messages should also be handled appropriately.