what are the restrictions of web service accessing in silverlight?
Answer / Girjesh Kumar Mishra
Silverlight has certain restrictions when it comes to web service accessing. Here are some key points:n1. Cross-domain policy file (crossdomain.xml) is required for making web service calls across different domains.n2. Only HTTP GET and POST methods are supported, SOAP is not supported directly. However, a third-party library called Service Reference Proxy Generator can be used to handle SOAP services.n3. Silverlight does not support JSONP out of the box.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the purpose of parent xaml tag of silverlight page?
How to change the default page of a Silverlight application?
List the different components used in Silverlight?
What are the features of silverlight plug-ins?
What does rendering engine in the silverlight includes?
What is official name of silverlight?
How to set silverlight contents width as 100%.
Is silverlight supported on various locales?
What is Microsoft Silverlight?
Does silverlight have a system.console class? Why?
What is SilverLight ? Can SilverLight run in other platforms other than window?
Explain teh purpose of parent xaml tag of silverlight page?