The text of this article is not in this database — only its details are. Read it on the old site: Talk to SharePoint using Web Services
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Talk to SharePoint using Web Services
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Johan LijffijtPosted Oct 11, 2012, 4:00 AM
Hello, Thanks a lot for your example. I have 2 questions about this. Where comes the "Consumewebservice" from? If i use this command it is not recognized. WebsSvc.Webs _webs = new ConsumeWebService.WebsSvc.Webs(); I now changed it to WebsSvc.Webs _webs = new WebsSvc.Webs(); Also at the end of the code i keep getting the error: Error : Server was unable to process reques from HRESULT: 0x80070005 (E_ACCESSDENIED)) I tried using the lines _webs.Credentials = new NetworkCredential(username, password); But this did not help. Can you tell me what might be the problem? Greetings, Johan