My flex application is loaded over HTTP and want to connect to a web service through HTTPS. I added secure="false" in the crossdomain.xml file on the server. But I still get the following error:
RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (https://.....wsdl)"] Is there any way to work around this issue? Thanks

