I can download document from sharepoint using webclient.downloadstringasync method,But I am not able to add item to the list on sharepoint server.
Please Help.
I can download document from sharepoint using webclient.downloadstringasync method,But I am not able to add item to the list on sharepoint server.
Please Help.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pallavi MahamuniPosted Jul 16, 2014, 3:24 AM
I have added service reference to the link
/_vti_bin/Lists.asmx in my project but I am not able to get UpdateListItems method in it what I get is ServiceReference1.ListsSoap I don't understand what I am missing?
please help
Lakshmanan Sethu SankaranarayanPosted Jul 9, 2014, 7:55 AM
Check if it helps you for silverlight n sharepoint
http://msdn.microsoft.com/en-us/library/hh537940(v=office.14).aspx
Pallavi MahamuniPosted Jul 9, 2014, 7:45 AM
Pallavi MahamuniPosted Jul 9, 2014, 3:30 AM
I am very new to c# Can you please guide me in my Silverlight project how can I add this reference?
Lakshmanan Sethu SankaranarayanPosted Jul 9, 2014, 1:37 AM
Pallavi MahamuniPosted Jul 9, 2014, 1:28 AM
My requirement is that I want to insert an item into a sharepoint list Using the SharePoint List WebService I am doing this in Silverlight project type
I am using FedId to connect to the sharepoint online Moreover I can download the files from sharepoint by providing url to webclient.DownloadStringAsync method I am very new to this Please guide me how can I implement this
Abhay ShankerPosted Jul 9, 2014, 1:18 AM