I am creating a flex dashboard using flash builder. I initially created a flex web based program without any server. This dashboard gets data from SAP query_view_data. It works fine.
Now I wanted to host this on IIS. So I created released built. However after deploying on IIS, I receive error:
Security error accessing url.Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL
Is this because of some crossdomain.xml
. I added this to my webroot, However no luck. Please help.
Ravi Kumar Singh