Friday, April 30, 2010

Working with the build in SharePoint web services

I’ve started to play a bit with the build in web services in SharePoint…to be completed…I’ll just throw in some notes along the way for now…

Manually generating a proxy class instead of using the one Visual Studio ‘Add reference’ generates which has hard coded default values for the web service endpoint.

wsdl.exe http://servername]/_vti_bin/SiteData.asmx /l:cs /n:Webifiera.SharePoint.WebService.API.GeneratedProxies /o:c:\temp\SiteDataWS.cs /u:Administrator /p:PasswordGoesHere /d:DomainGoesHere

No comments:

Post a Comment