PDA

View Full Version : crossdomain policy problem


kminev
08-11-2008, 04:45 PM
I have the following crossdomain policy xml file:

<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->

<cross-domain-policy>
<allow-access-from domain="xxx.xxx.com"/>
<allow-access-from domain="*.xxx.com"/>
<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
<allow-access-from domain="*" to-ports="*" />
<allow-access-from domain="xxx.xx.xx.xx"/>
</cross-domain-policy>


The error I am experiencing states that Domain xxx does not specify a meta-policy.

How is the meta policy specified?

thanks

kminev
08-11-2008, 06:46 PM
Guys,

I think I set up my crossdomain policy config file, but now the issue in my opinion appears to be SandBox security issue. Everything work perfect locally on my workstation and at the moment I attempt to make calls to my web service on the web server I am just not getting data back in my result event. No errors or anything.

Any ideas?

Thank you.