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

