flex « security « Java Enterprise Q&A





1. SOAP Header: Communication secured between Flex and C#    stackoverflow.com

I am working with Flex, Webservices and C# and I would like to secure the access on my web services through SOAP. I spent 2 days on this problem: My asmx file where ...

2. What's different when implementing Flex authentication/authorization in a clustered environment?    stackoverflow.com

Are there any differences implementing Flex application security in a clustered Java environment (such as Oracle Application Server/OC4J or a JBoss cluster) vs a single application server environment? (And/or does it ...

3. Security error accessing url Unable to load WSDL    stackoverflow.com

we have an internal webservice developed in our company and i have connected that web service using flex and am able to get all the methods/operations from that service. but wen ...

4. How can i setting wsdl service in flex project crossdomain.xml    stackoverflow.com

H*ow can i settings crossdomain.xml my flex project.* this is my crossdomain.xml.

 <?xml version="1.0"?>
   <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
   <cross-domain-policy>
   <site-control permitted-cross-domain-policies="all"/>
   <allow-access-from domain="*" ...