How To Modify The Raw XML message of an Outbound CXF Request?
问题 I would like to modify an outgoing SOAP Request. I would like to remove 2 xml nodes from the Envelope\'s body. I managed to set up an Interceptor and get the generated String value of the message set to the endpoint. However, the following code does not seem to work as the outgoing message is not edited as expected. Does anyone have some code or ideas on how to do this? public class MyOutInterceptor extends AbstractSoapInterceptor { public MyOutInterceptor() { super(Phase.SEND); } public void