Hi,

We have the need to modify some of the soap messages that are generated
by CXF.
The idea is to use an OutInterceptor.
Is there an example how such an interceptor should work, if it has to
change the soap-message in the POST_MARSHALL phase.

Our approach was to rewrite the outputstream of the message. But the
problem here is the "HTTPConduit.WrappedOutputStream" that is used.
We found no way to overwrite the content that is already in that stream.

Is rewriting the stream the right approach?
Any ideas, examples on that?

Thanks,
Hartmut

Reply via email to