InterviewSolution
| 1. |
What Are The Restrictions Of Web Service Accessing In Silverlight? |
|
Answer» Silverlight provides and supports lots of features but there are some restrictions as well, such as WS-Security and WS-Addressing are not supported. When WORKING with the LANGUAGES such as ASMX/JAVA/PHP, you NEED to see that you have SOAP 1.1 and WS-I Basic Profile 1.0. Silverlight only support GET and POST actions, OTHERS are not supported. It doesn’t have full HTTP features also. Silverlight provides and supports lots of features but there are some restrictions as well, such as WS-Security and WS-Addressing are not supported. When working with the languages such as ASMX/JAVA/PHP, you need to see that you have SOAP 1.1 and WS-I Basic Profile 1.0. Silverlight only support GET and POST actions, others are not supported. It doesn’t have full http features also. |
|