Unable to access all List item from list using Web service
-
Wednesday, December 23, 2009 5:27 AM
Hi,
Am new to Sharepoint, I don’t know whether this is the correct place to post this question.
Am a Silverlight developer, I have a task to get the SharePoint list using the webservice and display Listitems in the list to Silverlight. I tried by using Lists.asmx web service in Silverlight I did not get any item from the SharePoint. But I have listitem in the list. When I debug the e.reulst it holds the value “\n\n \n\n”.
I followed the same steps refered in this link http://blogs.msdn.com/kaevans/archive/2009/04/28/sharepoint-for-developers-part-4-consuming-sharepoint-web-services-from-silverlight.aspx
- Moved by KolbyHMicrosoft Employee Wednesday, December 23, 2009 9:26 PM since this will take custom code/development, I'm moving to the VS and Programming forum. Thanks (From:SharePoint 2010 - Using SharePoint Designer and other customization)
All Replies
-
Tuesday, December 29, 2009 12:48 PM
Is this for SharePoint 2010 or 2007. If its 2007, you can only use web services. If its 2010, you can use the NEW Silverlight Client Object Model to accomplish your task.
Did the clientaccesspolicy.xml and crossdomain.xml policy files work for you following all the instructions from that blog post?
The resultset of a web service call should have been a nodeset. That doesn't even look like well formed XML.- Proposed As Answer by Aviw_ Monday, March 05, 2012 9:08 AM
- Marked As Answer by Margriet Bruggeman Tuesday, March 27, 2012 1:57 PM

