How to consume SOA 11g (weblogic 8.1) service in silverlight ?
I am getting a crossdomain exception, which I am not sure where to place the crossdomain.xml file. please advice?
Thanks,
Shiras
2 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 15 Apr 2011, 07:39 AM
Hello,
Please post questions only related to Telerik components. For everything else you can use official Silverlight forums and/or stackoverflow.
Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
I am getting a crossdomain exception which is expected?
To prevent cross-site request forgery, Silverlight allows only site-of-origin communication by default for all requests.
So, to enable a Silverlight control to access a service in another domain, the service must explicitly opt to allow cross-domain access.
If the SOA 11g (Webogic 8.1) service is hosted on your own server, then you can:
Place a clientaccesspolicy.xml file at the root of the domain where the service is hosted to configure the service to allow cross-domain access.
Place a valid crossdomain.xml file at the root of the domain where the service is hosted. The file must mark the entire domain public
For more information please check link below:https://goo.gl/7WPpoZ