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 [email protected], "Seth Hodgson" <[EMAIL PROTECTED]> 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: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Greg Morphis
> Sent: Tuesday, August 15, 2006 1:48 PM
> To: [email protected]
> 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?
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to