I am getting sporadic Runtime errors when trying to load a Web Service
. When testing locally, the web service loads fine. When testing from
a remote server, I get a 2047 error - but only very occassionally. I
have a crossdomain.xml file in the root directory, and the webservice
itself has a crossdomain.xml file setup to allow access from all
domains. I even have Security.allowDomain("*") setup in the main .mxml
file, but this isn't allowing me to access the Web Service when
deployed to my remote server. Not sure what else I can try here.
--- In flexcoders@yahoogroups.com, "Seth Hodgson" <shodgson@...> wrote:
>
> Flash runs in a security sandbox that blocks access to remote domains
> that the swf was not served from.
>
>
>
> Here's a technote that describes this in detail.
>
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213
>
>
>
> Best,
>
> Seth
>
>
>
> ________________________________
>
> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
> Behalf Of Greg Morphis
> Sent: Tuesday, August 15, 2006 1:48 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] unable to load wsdl?? flex, you're pissing me
> off...
>
>
>
> When I run my app I get the error "Unable to load WSDL..."
> I can view my cfc in the component explorer and I can create a .cfm
> page to reference the cfc file. So I know my cfc is okay. Something I
> did notice was in CF I am getting these strange error messages that I
> havent seen before.
>
> 08/15 15:28:44 error Requested resource '/crossdomain.xml'
> (%2fcrossdomain.xml)
> not found
> 08/15 15:31:38 error Requested resource '/crossdomain.xml'
> (%2fcrossdomain.xml)
> not found
> 08/15 15:32:06 error Requested resource '/crossdomain.xml'
> (%2fcrossdomain.xml)
> not found
> 08/15 15:35:40 error Requested resource '/crossdomain.xml'
> (%2fcrossdomain.xml)
> not found
>
> WTH is %2crossdomain.xml?
>