Tagged Questions
0
votes
1answer
2k views
Getting HTTP 401 Unauthorized error while trying to call Lists.asmx
I am facing this weired issue while trying to call the GetList method of the Lists.asmx web serice from my local dev box. Everything works fine as long as I pass default credentials
...
1
vote
2answers
578 views
Copy a list from one SharePoint site to another using web services (no Object Model)
How can I copy a list (including fields, views or Schema) from one SharePoint web site and create an equivalent list instance on another SharePoint web site (which can be in a different site ...