Hi
 
Is there a way to get raw and unparsed request XML from AXIS (for message style 
services)?
 
I tried getting it by using the following in invoke method of a "handler provider" (a 
provider, which is implemented as a handler) 
 
msgContext.getCurrentMessage().writeTo(outStream) 
 
But it seems that the AXIS is parsing the XML before I'm extracting it. I want to 
parse the XML myself and thus want to get the unparsed XML to eliminate the overhead 
of parsing done by AXIS.
 
thanks,
Naresh

Reply via email to