Re: Problem in getting unparsed raw XML from AXIS

2003-12-22 Thread Aleksander Slominski
you should be able to get unparsed stream if you put your code in servlet before it is handled to AXIS - did you try this approach? thanks, alek Dimuthu Leelarathne wrote: Hi Naresh, Right now I don't think there is a way you can get untouched stream, because Axis begins processing a SOAP mes

Re: Problem in getting unparsed raw XML from AXIS

2003-12-15 Thread Dimuthu Leelarathne
Hi Naresh, Right now I don't think there is a way you can get untouched stream, because Axis begins processing a SOAP message by parsing it using SAX and then it stores these SAX events. Then Axis work on these stored SAX events. So if you really, really want to do this - you have to start parsing

RE: Problem in getting unparsed raw XML from AXIS

2003-12-14 Thread Agarwal, Naresh
w 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

RE: Problem in getting unparsed raw XML from AXIS

2003-12-13 Thread Bhuvan Gupta
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 PROTE