Hello all. Hopefully someone can help me here.
I want to have an exception returned to the caller of an exposed SOAP
method, so I'm making the following call:
throw new SOAPException(Constants.FAULT_CODE_SERVER, );
An exception makes it back to the caller, but it's more something about
Fred,
The error message you see in HTML is not created by Apache SOAP. Your WebLogic
container is catching the NPE and returning this to you. The real job here is to
understand what you get the NPE. Unfortunately, it appears you are using the 2.3.1
release of Apache SOAP, which hides the roo
THANK YOU!! That was exactly the problem. How insane. But thank you so
much for your help.
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 9:09 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble with SOAPException
Fred,
The error message y