0 Replies Latest reply on Mar 8, 2007 2:50 AM by sujeet.banerjee

    JBossWS1.2.0GA - Jaxrpc changes to the SOAP message not repl

    sujeet.banerjee

      I am using SAAJ API to modify the request SOAP message in the endpoint jaxrpc handler. The modified message it targetted to a JSE endpoint. However, the changes are not reflected in the invocation of the endpoint. That is, the endpoint receives unadulterated message, as if there were no handler interception.

      I'd like to know if JBossWS jaxrpc handler are only meant for readonly operation to the inbound SOAP message. Contrast to that, pther appservers like, Websphere/Weblogic allow modification to inbound/outbound SOAP messages using jaxrpc handlers.

      Is there a way to achieve this using JBossWS?