Project Description
This project was created for an MSDN article.
The code and article demonstrate a number of helper classes that can be used to easily inject queries to the SharePoint Server 2007 Search Query Web Service.
You can find the MSDN article here:
http://msdn2.microsoft.com/en-us/library/bb852171.aspx
**Please note the following before using the source code**
You will need to change the
YOUR_MOSS_SERVER values to the address of your MOSS server in two places:
- The QueryService web reference in the MossAccess project
- The TextboxTarget on Form1 of the MossInvoke project