Hello,
I have a simple Web application that implements EJB Web services. My application throws an IllegalArgumentException at runtime. This is an expected behaviour. The client (SOAPUI in this case) never sees a soap fault message from Weblogic. Further, upon inspecting log files I do not seem to find any indication of the exception. It is almost as if Weblogic did not bubble up the exception back to the client. Instead, it seems that Weblogic chewed up the exception never to be seen again.
How can I get WebLogic to report back the exception back to the client? I am using WebLogic 14.1.1
Any ideas or thougths are appreciated.