SharePoint Blogs / SharePoint University
SharePoint Blogs and SharePoint University - all in one place!
Need SharePoint Training? Attend a SharePoint Bootcamp!

Please delete cookies related to sharepointblogs.com and sharepointu.com to resolve login issues!

SharePoint Web Services

Building custom applications for the SharePoint 2007 platform can be done using the WSS and MOSS object model. However, if you can't or won't deploy your code to the WSS server you can also use the WSS Web Services. I must admit that I hardly ever use them, and that I always thought they were not very well documented, but I found some great information here.

The WSS Web Services are part of the Microsoft.SharePoint.SoapServer namespace. The web services include methods to accessing and customizing SharePoint site content such as lists, site data, forms, meetings, document workspaces, and permissions. The table below shows the WSS web services, including a description of what they can be used for and the reference.

 

MOSS 2007 also exposes a series of web services. The MOSS web services allow you to use the Business Data Catalog, document management, Enterprise Search, Excel Services, InfoPath Forms Services, and Web content management (WCM). The table below shows most of the web services, there use and the reference you need to use them.

 

If you want to use one of the SharePoint web serrvices in your visual studio project you can simply add a Web Reference using the path of the SharePoint site for which you want to use the Web Service and add the web service reference to it. Your reference will then look something like this http://[servername]/[sites]/[sitecollectionname]/[sitename]/[subsitename]/_vti_bin/[webservicereference].asmx.

For more information on WSS Web Service look here.

More information on MOSS Web Services can be found here.


Posted 07-22-2008 9:11 PM by Mirjam

Comments

» SharePoint Web Services wrote » SharePoint Web Services
on 07-22-2008 2:55 PM

Pingback from  » SharePoint Web Services

Links (7/22/2008) « Steve Pietrek - Everything SharePoint wrote Links (7/22/2008) « Steve Pietrek - Everything SharePoint
on 07-22-2008 7:09 PM

Pingback from  Links (7/22/2008) « Steve Pietrek - Everything SharePoint

SharePoint Daily wrote SharePoint Daily for July 23, 2008
on 07-23-2008 8:25 AM

SharePoint in the News Beware of 'Chaos' SharePoint Can Create (PC World) A report from Forrester

Nuno wrote re: SharePoint Web Services
on 04-03-2009 4:33 AM

Hi !

Can I publish and approve a page via sharepoint web services??

I can do a checkin and checkout in Lists webservice but I cant find how to publish.

Thanks in advance.

Add a Comment

(required)  
(optional)
(required)  
Remember Me?
Need SharePoint Training? Attend a SharePoint Bootcamp!
Posts (c) their respective authors. Everything else (c) 2009 SharePoint Experts, Inc.