cancel
Showing results for 
Search instead for 
Did you mean: 

Java Web Services - Exception Message

Former Member
0 Kudos

Regarding the exception message thrown from the EJB. If we throw an exception from the EJB to the Webservice It is getting displayed in the webservice as a faultstring.

The problem is when we catch the exception in portal application which access webservice methods through deployable proxy We get the exception but dont get any exception message associated with it

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

Try to use the exception._getFaultString() method to obtain the content of the faultstring element. This is an issue which we have already fixed.

~Dimitar