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
I got the answer and got it working. I got the answer from this link:
http://www.asabau.com/2009/04/crossdomain-policy-file-in-sap-web-application-server/
I used the second method. And it really works. Read it carefully and follow.