Can we add a SOAP message handler to a deployed webservice

Posted by sachin on Stack Overflow See other posts from Stack Overflow or by sachin
Published on 2010-04-07T07:28:19Z Indexed on 2010/04/07 7:33 UTC
Read the original article Hit count: 269

Filed under:
|

Can we add a SOAP message handler to a deployed webservice, specifically using weblogic server.

i am following a tutorial here: http://www.testearly.com/2008/08/14/creating-soap-message-handlers-in-3-simple-steps-part-1/

but is it possible to attach handler at runtime, without using @HandlerChain(file = "LogMessage_handler.xml") annotation?

© Stack Overflow or respective owner

Related posts about soap

Related posts about webservice