2

I'm a totally new to Microsoft Search Server, and now I need to use MSS in C# to search against HTML files. Now I installed Search Server 2010 Express on Windows Server 2008, but then I'm stuck, don't know how to build asmx web service.. I searched through internet, couldn't find related articles talking about this.

Wish can be helped out.

Elaine
  • 1,288
  • 5
  • 17
  • 35

1 Answers1

2

Reference documentation is located here: Query Web Service

You can find a sample on how to call this WS here: Example of using the SPServices Search web service

Simon Mourier
  • 132,049
  • 21
  • 248
  • 298
  • thanks, but I more want how to establish the web service ... the searching scope shall be passed from C# code, cannot be configured in the searching scope tool inside MSS. – Elaine May 25 '11 at 07:40
  • @Elaine - what do you mean by "establish the web service" or "build asmx web service"? You need to "Add a reference" to it using Visual Studio tools for example – Simon Mourier May 25 '11 at 07:46
  • sorry for the confused English.. after researched more, I now know there is /search.asmx (that is what I meant 'establish the web service..), and now I need to do search in location dynamically by c#, I'm still researching. I will update the post description later on. – Elaine May 25 '11 at 17:25