Re: [Flashcoders] Re: getting XML response body when HTTP status is not 200

2007-05-07 Thread R�kos Attila
VK Another thought: AS3 seems to have a generic Socket class. Is there VK anything like this in AS2? Not as generic as in AS3, but there is XMLSocket class in AS2, which handles not only XML formatted data, but any textual content terminated by a zero byte. Thus it is not suitable for directly

Re: [Flashcoders] Re: getting XML response body when HTTP status is not 200

2007-05-07 Thread R�kos Attila
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