1 Reply Latest reply on Feb 22, 2006 1:45 AM by anders.hedstrom

    Edit JBoss generated SOAP message

    jnewell

      Hi all,

      I'd like to be able to programatically access JBoss generated SOAP messages (so I can add extra information) before:

      a) the message leaves from the server and heads to the client, or
      b) the message leaves from the client and heads to the server.

      A bit more information to help explain:
      I'd like the SOAP message generated by the web-service application to be digitally signed before it is sent to the server (or vice-versa). I'm not using X.509 certificates for this so cannot use the instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecuritySignExample. I'm basically looking to implement the information on that link but with finer control.

      There's probably some way to filter/edit the messages that I don't know about.. anyone able to help?

      Thanks heaps :)