Page 1 of 1

Search feature in web services V7.5

Posted: Mon May 24, 2010 7:42 pm
by martyinforouter
I'm having difficulty with the Search feature in web services for Inforouter V7.5. The vb.net sample code only posts the results of line "WriteOutputLine("The search prepared successfully.")". I was expecting an xml node with the contents of the search keyword (or other parameter) but I get only the string "The search prepared successfully". What am I missing?

Looking for other information on the search feature, I came accross this item: "Invalid Search - Service is not running - infoRouter Knowledge Base Article 126". Does the web services Search feature require a Windows service to be running on the Inforouter host machine?

Re: Search feature in web services V7.5

Posted: Wed May 26, 2010 6:12 am
by infoRouter Guru
Hello,

Once the search has been executed you must use the following methods to get the results:

GetNextSearchPage

GetPreviousSearchPage

Complete documentation for the infoRouter Web Services API can be found here:
https://support.inforouter.com/web-services-80/

Note: The MS Index Server service must be running.
Information on how this service can be configured can be found here:
http://www.inforouter.com/Downloads/V80 ... atalog.pdf

I hope this helps.

The Guru