0 Replies Latest reply on May 4, 2011 8:00 AM by header

    Edit SOAP fault body before jbossws process message

    header

      I consume web service that returns invalid soap fault message. So I need to change this message before jboss-ws process it. I can do it in JAX-WS handler. I wrote this handler and it changes message. BUT, handler is invoked after jbossws process soap message. So no changes are applied.

      Where can be problem?

       

      JBoss 4.2.1 and JBossWS native 3.0.2

       

      thanks, miso