I'm a newbie. I've developed a small dashboard application based
upon the Sample Dashboard Application. It works great locally; but,
when I upload it to the server, I get a security issue when I try to
run the application. (Note: it is pulling XML data from Webservices.)
[RPC Fault faultString="Security error accessing url"
faultCode="Channel.Security.Error" faultDetail="Destination:
DefaultHTTP"]
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::fa
ultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at private::DirectHTTPMessageResponder/securityErrorHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
entFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
Technically, both the Webservices and Dashboard are in the same
domain. They are in different subdirectories. I tried adding a
crossdomain.xml file and it didn't help.
Dashboard: http://dev.mooringtech.com/fxDashboard/bin/fxDashboard.html
WebService:
http://dev.mooringtech.com/fxWebServices/GetMonthlyQuotesBySource.aspx
The Dashboard runs fine locally against these webservices. Any
suggestions?