Outbound SOAP Handler to edit full SOAPMessage

przoms

New Member
Is there a way to retrieve the full \[code\]SOAP\[/code\] message to handle it (envelope and all) when using the \[code\]javax.xml.soap.SOAPMessage\[/code\] class?I am using \[code\]JMX-WS\[/code\] and want to edit the outbound \[code\]SOAP\[/code\] Message from the server, in order to append two characters to the message AFTER the end closing tag of the envelope, as the client legacy code is expecting it. So ideally I would like to be able to edit the full message as a \[code\]String\[/code\], is this possible?
 
Back
Top