Hey guys I have a huge issue that I am trying to work through right now with
a secure web services call. Ok so here is the situation.

On server "A" I have  all my swfs calling the webservice
Server A is an unsecure server
On server "B" I have my PHP and SOAP files that are used for the web
service.
Server B is a secure non-self signing server

When attempting to connect the swf on server A to the data on server B the
connection never accepts when trying to start the webserviceconnector. But
if I place server A's files on a different server we will call server C that
is the same as server B that is a completely different url then server B it
will connect and transfer data just fine. I have done everything I can think
of with the crosdomain.xml files and the:
System.security.allowDomain("*");
System.security.loadPolicyFile("
https://www.mysecuredomain.com/crossdomain.xml";);

etc...

I have watch nike.com store work going this route but we cannot duplicate
the process with our tests. We have to have the swf domain remain unsecure
and have it connect to the secure domain. Does anyone have ideas or
experiece with these issues?

In a few cases I have read it does not work with the webServicesConnector
component but it should work doing it by importing the component via
actionscript. This is our companies first attempt at trying to accompish
this feat but nothing seems to work out. Not sure if its a domain issue or
browser security issue or flash security issue. Thanks for any help you guys
can give.


--
Corban Baxter
http://www.projectx4.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to