Hi, this is a known issue in Flex/Flash.
If your WS returns HTTP STATUS CODE 500 your Flex App doesnt get the qualified error message (soap:fault). You can find many posts about this topic, but unfortunately no solutions. BR Nils --- In [email protected], Lekha S <[EMAIL PROTECTED]> wrote: > > Hello, > > My Flex component is not displaying the correct > "Exception Message" as thrown by the server side > component which is a WebService.For example,the > Webservice class throws an exception with message > "Customer ID must be uinque".However on flex side,the > code below always shows "HTTP request error". > Alert.show(event.fault.faultString,"fault"); > > I have confirmed that the request to the server is > successful and the service returns a SOAP fault with > correct message. > > Please advice on how I could retrieve correct > error/fault message from server in the Flex UI. > > Thankyou in advance. > > > > ____________________________________________________________________________________ > Expecting? Get great news right away with email Auto-Check. > Try the Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html >

