Link to home
Start Free TrialLog in
Avatar of Epistrophy
Epistrophy

asked on

Search SharePoint WSS 3.0 document library via web services.

I have a SharePoint WSS 3.0 environment on my own server.  I have a document library with pdfs and MS Word documents.   Is it possible to allow the contents of the documents to be searched with a webservice?   I need to grant remote access to another server so the documents can be programmatically searched. For example if 2 out of the 30 documents have the string “rain forest”, and the remote server wants to search all the documents for that string, I need to return meta data that identifies the two documents with the “rain forest” string.    At this point it does not matter to me if the documents are PDFs, Word Documents or text files.

Thank you
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

Avatar of Epistrophy
Epistrophy

ASKER

Thanks for the link. I am generally familiar with web services and I understand how to use it to query list information.  However, how do search a document  in the document library?  Or is document text automatically searchable by virtue of the fact that it is loaded to a document library?  If that is true it must depend on the document type? I am looking for more clarity on how a SharePoint web services works with documents as opposed to list information.
ASKER CERTIFIED SOLUTION
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Am also attempting to use Search/Query web service to search a specific document library on a specific site.  Possible ?

Currently is returning results from all sites in a site collection...