Hi!
I'm trying to get my flex app to connect with a wsdl service but that service
requires that I
include a CA certificate for validation off connection. My problem is that I
don't really know
how. I've got an example line for a Java Application from the API reference:
System.setProperty("javax.net.ssl.trustStore","<Path To istcacert>");
Does anyone here know how I can make it all possible?
One more question when trying to connect to a webservice do I really need the
crossdomain.xml on the data hosting server? Cause that just isn't possible.