Hi Dear all
I am working on chart application and the data is
coming from XML its working fine and showing me all data in my local
machine,but when I am trying to retrieve this file from server I am
getting error:
This is my Error;
faultCode = "Channel.Security.Error"
faultDetail = "Destination: DefaultHTTP"
faultString = "Security error accessing url"
I tried a lot to do even I used crossdomain.xml file in my rootfolder.
My crossdomain.xml format look like this:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"
http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
</cross-domain-policy>
can any one help me on this guys its very urgent for me.
can any one send me the location which I am doing for my
crossdomain.xml file.