Hi Stefan,
The Problem with the SOAP Handlers is that the handlers are not called when a html content is send by the server
I really doubt if you say they are not called. The purpose of SOAP handlers is to do some task before or after the webservice invocation. Well, all the web service requests and responses are usually HTTP requests and responses but contain SOAP message in their body unless you are using a different transport protocol.
What do you mean with "implementing web services API"? till know i haven't found a way to register other handlers.
I think some webservice API classes may provide methods to probably output SOAP message, which I was not sure but suggesting you to check out your webservice
java API documentation for any.
Cheers,
Naren
(OCEEJBD6, SCWCD5, SCDJWS, SCJP1.4 and Oracle SQL 1Z0-051)