I guess Dan has already pointed you in the right direction.

vickatvuuch wrote:
> 
> 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 need 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-tp26010495p26040956.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to