I see 3 possible solutions for your problem: 1. change the webservice to return status 200 on errors, too, and use something else for indicating errors instead of the HTTP status code
2. if the above one is not possible, then create a proxy which forwards your requests to the webservice and sends back its response with a modified status code 3. a socket server, which does almost the same as the proxy, but I think it is far less efficient as the previous ones in this case (it needs not only a server-side addition, but also some changes in the client-side script) Attila _______________________________________________ [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

