Hi Markus,
I think you might be correct.
As you know, the SOAP messages are captured by SOAPMonitorHandler when you configure the server to use the SOAPMonitor. But, if you have an exception on your handler chain, SOAPMonitorHandler.invoke() method should not be called by the Axis runtime. i.e. The response message doesn't come up to you via SOAPMonitor.
The reason is easy though, the reform is not so simple. Anyway, could you help me to open a JIRA as an improvement ?
--- Toshi <[EMAIL PROTECTED]>
-----Original Message----- From: [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:21 PM To: [EMAIL PROTECTED] Subject: SOAPMonitor
Hello,
I tried the SOAPMonitor to trace my web service. Everythings works fine, but when the server answers with an remote exception, the response is never displayed in the soap monitor and the request status is still active. But my client gets the exception.
What am I doing wrong?
Markus