I have a crossdomain.xml file on my Linux server 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 further advice much appreciated. --- In [email protected], claudiu ursica <the_bran...@...> wrote: > > Do you have a policy acess specified on the linux machine? > > Claudiu > > > > > ________________________________ > From: paramjit.parmar <paramjit.par...@...> > To: [email protected] > 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] >

