Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Writing Web Services to run under sharepoint

  Asked By: Bob Bolton         Date: Apr 21, 2006      Category: Sharepoint      Views: 238
 

I am trying to write a web service that will
return sharepoint list information (a different "WhatsNew" that I can
integrate anywhere).

I am having a heck of a time doing this. I can get it to compile, but when
I go to access it (using lets say http://server/_vti_bin/MyService.asmx it
simply will not work and throws all sorts of weird stuff.

I saw (and followed) the SPS Web Service page in the SDK pretty much to the
letter (with the <service>disco.aspx page and <servicename>wsdl.aspx things.

Is there an easier way to write a service that returns WSS data? I can
write the code, but I can't seem to get it configured properly.

Tagged:              

 

3 Answers Found

 
Answer #1       Answered By: Keenan Whitehead          Answered On: Apr 21, 2006       

I learned it from Jan's blog. Download the source code.
weblogs.asp.net/jan/archive/2004/02/04/67218.aspx

 
Answer #2       Answered By: Damon Garner          Answered On: Apr 21, 2006       
 
Answer #3       Answered By: Dameon Dejesus          Answered On: Apr 21, 2006       

No I hadn't seen that one, but one close to it that did a CheckinCheckout
service.

Thank you, perhaps the one I was working with was old or messed up, I will
read your link and try it.

 
Didn't find what you were looking for? Find more on Writing Web Services to run under sharepoint Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].