Naresh, If you want to parse the request your self , then any specific reason for using AXIS ? you can simply use a webserver to receive the HTTP request, get the SOAP request out of it and then parse it your self.
Thanks -----Original Message----- From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 11:08 AM To: [EMAIL PROTECTED] Subject: Problem in getting unparsed raw XML from AXIS 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