CXF: how to access to the generated SOAP request?

By default CXF uses stax to stream your requests. If you add an interceptor, you can get access to the stax output writer and copy the events.

By default CXF uses stax to stream your requests. If you add an interceptor, you can get access to the stax output writer and copy the events. There is existing code in CXF to force the existence of a DOM tree; see code related to SAAJ and security.In general, detailed CXF questions get better answers on the CXF user mailing list than here.

Ok I think I will go for the interceptor solution. I was thinking of binding it just before the StaxOutEndingInterceptor that flushes the Stax stream. What do you think about this idea?

– reef Apr 21 at 13:24 I strongly recommend a message to the mailing list, or even just a google of the mailing list archive. I'm not experienced this particular end of things. – bmargulies Apr 21 at 13:28 Ok no problem, i'll check with the mailing list.

Thanks ;) – reef Apr 21 at 13:31.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions