I believe the answer to my following question is "no", that I would need to
use the JAX-WS provider interface[1] if I wanted to do this, but here goes:

For a SEI implementation as [2] below, *within* the method
doubleIt(BigInteger numberToDouble) {}, is there a way for me to retrieve
the underlying XML that constitutes the SOAP request--all I really need is
the SOAP request body because it's already in the XML format I need.

(Note I think I'll probably still use the provider interface anyway, I would
just like to know if I have that option using JAXB above.)

Thanks,
Glen

[1] http://www.javapassion.com/handsonlabs/wsjaxwsadv/#Exercise_2
[2] http://www.jroller.com/gmazza/date/20080417#WFstep6

-- 
View this message in context: 
http://www.nabble.com/Using-JAXB--can-I-obtain-the-underlying-XML-of-SOAP-request--tp16824941p16824941.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to