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
- RE: Problem in getting unparsed raw XML from AXIS Agarwal, Naresh
- RE: Problem in getting unparsed raw XML from AXI... Bhuvan Gupta
- Re: Problem in getting unparsed raw XML from AXI... Dimuthu Leelarathne
- Re: Problem in getting unparsed raw XML from... Aleksander Slominski
- RE: Problem in getting unparsed raw XML from AXI... Agarwal, Naresh