Hi Bhuvan, Yes, I can get the raw SOAP request from web server it self. But I want to use AXIS to leverage some of the other features offered by AXIS. Also, I've some of the services, which needs data binding and I'm using AXIS for that. Is there a way to get **unparsed** and raw XML from AXIS framework? thanks, Naresh
-----Original Message----- From: Bhuvan Gupta [mailto:[EMAIL PROTECTED] Sent: Sat 12/13/2003 6:24 PM To: [EMAIL PROTECTED] Cc: Subject: RE: Problem in getting unparsed raw XML from AXIS 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
<<winmail.dat>>