Since the functionality exposed by MOSS Web Services is consistent across, select any of the instance where MOSS is installed, create a proxy class using WSDL utility and change the target Url to your local server where you would like to refer.
Once the proxy class is generated within the default constructor change the target url as below:
this.Url = "http://Servername
Start with your regular object model to work with SharePoint Web Services and you are done……
No comments:
Post a Comment