WS-Security uses this. Check WSS4JOutHandler.java . That code create message as dom object and return it as soap response.
On 9/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Tomek, > I have got that far, that I have used the DOMOutHandler, but all > I can seem to do is pull info out of the soap response, not add to it? > > Do you have any examples? > > Regards, > Stephen > > -----Original Message----- > From: Tomek Sztelak [mailto:[EMAIL PROTECTED] > Sent: 26 September 2007 16:07 > To: [email protected] > Subject: Re: [xfire-user] Customise the SOAP Response > > You need to use DOMOutHandler to convert SOAP message to DOM format, > then you can change it. > > On 9/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hi Folks, > > I was wondering if someone might be able to help me with a > problem. > > > > I need to manipulate the soap response coming back from my web > > > service, I have created a handle and can get at the message but cant > > change it? Has anyone any ideas? > > > > Regards, > > Stephen > > > -- > ----- > When one of our products stops working, we'll blame another vendor > within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
