Flex WebServices
Hi,
I am having some troubles calling a webService using 3 PC on the network:
- one for the browser / application
- one for the web server hosting the .html and the.swf file
- one hosting the RPC webService (standalone gSoap server).
The gSoap server is hosting the crossdomain.xml and the .wsdl file.
First I was having the common security issue, fixed thanks the crossdomain.xml
file. I am now getting successfully the crossdomain file and the wsdl file.
Next step being to send the WS request but the message is never sent, Flex is
not firing any exception, any fault, even with a try catch.
The request is like blocked by Flex.
Everything's working fine with the RPC webService server on the same box.
I spent a lot of time on this issue so if anybody can give a hand it would be
great.
Thanks.
|