Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exception reporting by Weblogic back to client

user-xpfj2Mar 23 2023

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.

Comments
Post Details
Added on Mar 23 2023
2 comments
236 views