Accessing Web Services from Sandboxed Silverlight application in Share

added by kalyanms1
8/30/2011 11:03:20 AM

90 Views

This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. This restriction causing the SharePoint developers to access these resources from sandboxed applications.


0 comments