0
votes
0answers
29 views

Can Sharepoint Web services reuse connections?

I am connecting to a Sharepoint server via C# Web Services. Since it takes a certain amount of time to authenticate, and this is done for every single request, i was hoping that there is a way to ...
0
votes
0answers
62 views

using copyiteminto to copy file to copy.asmx fail to display metadata I provide

I use HTTP to post soap data to copy.asmx and try to upload file to sharepoint online, I provide fieldinformation with file stream, but the sharepoint did not change the created, modified and version ...
0
votes
1answer
42 views

SharePoint 2007 “Secure” Custom Web Service

I have the following Problem. I have an ASP.NET Web Service which contains several administrative methods like creating a site/list/group for a client application. Some of these methods do this using ...