Skip to main content

Hi,


I'm trying to use the web services that came with K2 for SharePoint (those K2SP*.asmx reside in _vti_bin) using ASP.NET C#. But I can't find any usage document on these services. Can anybody point me in the right direction?


 


I'm trying to upload files to SharePoint using K2SPFiles.asmx, the UploadDocument method requires "metadata" argument which I have no idea what it is (seems like a xml formatted string?). And the error returned was the obscuring "Object reference does set to an object.".


Does anybody ever successfully use this thing?


Thank you!

Hi, requiem202


 


The Lists Web service provides methods for working with SharePoint lists, content types, list items, and files.


To access this Web service set a Web reference to http://<site>/_vti_bin/Lists.asmx.


 


For more reference on this please go to this url site: 


http://msdn.microsoft.com/en-us/library/lists.aspx


 


Regards


Julia


Reply