Apols for resending... I have a cross domain file on my Linux machine as follows. <?xml version="1.0"?> <cross-domain-policy> <site-control permitted-cross-domain-policies="by-content-type" /> <allow-access-from domain="blueberryquant.com" /> </cross-domain-policy> Any other pointers appreciated.
--- On Wed, 1/21/09, claudiu ursica <[email protected]> wrote: From: claudiu ursica <[email protected]> Subject: Re: [flexcoders] Flex calling Java/Apache Axis web service To: [email protected] Date: Wednesday, January 21, 2009, 1:56 PM Do you have a policy acess specified on the linux machine? Claudiu From: paramjit.parmar <paramjit.parmar@ yahoo.com> To: flexcod...@yahoogro ups.com Sent: Wednesday, January 21, 2009 3:20:19 PM Subject: [flexcoders] Flex calling Java/Apache Axis web service Hi All, I have a Java/Apache axis web service which sits on Linux box. I am able to call this fine through a Flex .swf file on Windows. However when I copythe same swf file to the Linux server I get the error posted below. Bar the web service, the rest of the app works the same on both platforms. Any pointers much appreciated. I am using Tomcat web server. [FaultEvent fault=[RPC Fault faultString= "Security error accessing url" faultCode="Channel. Security. Error" faultDetail= "Destination: DefaultHTTP" ] messageId="13005BD7 -59AB-B3DA- B850-F95031390FF 7" type="fault" bubbles=false cancelable=true eventPhase=2]

