Tagged Questions
0
votes
0answers
25 views
Run Sharepoint Query web service with just the username and/or user role known
On my current project we are implementing a WCF layer wrapping Sharepoint web services. Search is a huge thing in our App. So, we are using a QueryService extensively. It works like a charm in its ...
0
votes
1answer
36 views
How to write queryXml to search out “88X211.doc” using keyword “211”?
I try to use following codes, but it does not work.
Results is
Status=ERROR_NO_RESULTS_FOUND
Total count =null. If I use "88x211", I can get the right result.
How to write queryXml to search out ...
4
votes
3answers
358 views
SharePoint 2010 Query service authentication problem
I am struggling with calling search.asmx service from asp.net page. I've created proxy class using svcutil.exe and run request using following code:
var binding = new BasicHttpBinding();
...
0
votes
1answer
367 views
Make Search Core Results web part to show everything
I have a weird problem, on our local env we are using the Search Core Results web part in a custom search page.
One of the things we do with it is to redirect the user to that page with the keyword ...
0
votes
2answers
763 views
Search Error - 404 Not Found
In a newly created search center site, searching for anything opens the result page with
Unexpected response from server. The status code of response is '404'.
The status text of response is ...
1
vote
0answers
81 views
Sharepoint getListItems beyond capacity
I am using the Sharepoint Search web service and along with the results that I retrieve, I also want them to return the ObjectId, title, ows_UniqueId, ows_name, ows_filepath etc etc.
Currently upon ...
1
vote
0answers
397 views
HRESULT: 0x80131904 error when calling the MS Search Query API
I am attempting to use the web API to access search results from MS Search Server 2010 Express. When I execute the query I get the following error and stack trace.
Server was unable to process ...
2
votes
1answer
431 views
SP2010 - Search in Discussion Board using search.asmx web service
I'm developing a client application that uses SP search web service to search in the discussion boards.
I have created a scope using the contentclass STS_List_DiscussionBoard.
Could you please help me ...
0
votes
0answers
298 views
Sharepoint 2010 Search Webservice ERROR_SERVER after search re-index
I have an app that was correctly consuming sharepoint search data via the search webservice ( /_vti_bin/search.asmx?WSDL ). There was an issue with the search results that required me to do a full ...
0
votes
3answers
816 views
How to search inside a specific content source
I would like to be able to limit a search to 1 or more of my content sources.
Let's imagine that I have 3 content sources that are each mapped to a different department's servers.
I would like to ...
9
votes
3answers
2k views
How to do sharepoint people search via webservice?
I need to access search for people in SharePoint 2010 from a webservice.
I have tried this querypacket:
sb.Append("<QueryPacket xmlns='urn:Microsoft.Search.Query'>");
...
3
votes
1answer
181 views
MOSS 2007 BDC crawling documents content via Web Service
Imagine there is an external system that contains data that should be indexed by MOSS 2007 and incorporated into the search. That system exposes the data via Web Services.
It's possible to crawl that ...
5
votes
2answers
538 views
Search webservice ignores time part on Write?
On my blog I got a question from Kanja Saha about the time part being ignored in a sql syntax query: http://www.itidea.nl/index.php/example-of-using-the-spservices-search-web-service/
I tested this on ...
1
vote
2answers
2k views
How do I restrict search to current site and sub-sites only on a custom Search UI page
The intent is to allow users to create sites and sub-sites, add document libraries and make the sub-sites searchable. I am thinking I need to create a site template with a custom Search UI page that ...
0
votes
1answer
2k views
Querying SharePoint 2010 Search — FAST
I have constructed a simple web application following the MSDN walk-through as a guide:
Here is the Code Behind:
Protected Sub btnQuery_Click(ByVal sender As Object, ByVal e As EventArgs) Handles ...
2
votes
2answers
187 views
401 IIS Error for SearchAdmin.asmx
I have a three server SharePoint 2007 MOSS environment where my IIS logs continue to get pounded with 401.1 and 401.2. These logs are filling up so much that they consume my HDD. I can tell from ...
3
votes
2answers
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
1
vote
2answers
59 views
“Search query unable to contact the Search web service” - in standard SharePoint search results
What could that message stem from? Any quick tips to diagnose?
Single server farm, remote SQL. IT guys in another location, I have no VPN for access to SCAW (Central Administration Web) .
1
vote
1answer
551 views
QueryEx web services issue
I am using Microsoft Search Server 2008 (based on SharePoint Server 2007) + C# + .Net 3.5 + VSTS 2008 + ASP.Net to develop a web application which invokes Search Server 2008 Web Services when a button ...
