what are the restrictions of web service accessing in silverlight?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category