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 with example how to change the default page of the silverlight application.
what happens if we press f5 in visual studio to run a silverlight application?
How would you perform event handling in silverlight?
What are differences between silverlight and asp.net?
What are the limitations of using external fonts in silverlight?
What is the use of AppManifest.xml file in Siverlight Application?
can you use any specific patterns in silverlight programming?
What kind of brush does silverlight support?
Explain how to set silverlight contents width as 100%.
Write the code to populate the controls in silverlight?
what is the real advantage of using excel/word files or local database in silverlight?
What is Moonlight?