Hi all,

I am building a data adapter using web service.  The
mx.rpc.soap.WebService class works fine for me except in handling the
exception thrown from server side.  The problem cause that I found out
from the docs is that Flash Player doesn't read the SOAP Fault details
when the Response status code is 500.

The following URL suggest a solution:

http://stackoverflowexception.blogspot.com/2007/02/handing-web-service-exception-in-flex.html

However, after I set the status code to 200 by using response wrapper,
I got the result handler get called and not the fault handler as
explained by the URL.

Does anyone have better idea to achieve exception handling of web service?

Thanks.

Best Regards,
Chua Chee Seng

Reply via email to