There are different interceptor phases, at some point xml is all parsed and an object model is built, depending where you hooked in an interceptor you would see different objects associated with the message. I'm guessing if you put it in in the right phase the body would be parsed and available, but I would beed to debug it to find the right spot.
Brenda Coulson wrote: > > All > > I have looked everywhere to no avail to try to determine how I can access > the XML that makes up the payload of my Soap message. I am using CXF > Interceptors and can see the entire Soap message and have a SoapMessage > object that represents the Soap message. I want to extract the payload > from it and don't know how to do so. > > Please help. > Brenda > -- View this message in context: http://www.nabble.com/How-do-I-access-body-from-SoapMessage-tp26010495p26040667.html Sent from the cxf-user mailing list archive at Nabble.com.
