Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 85744 invoked from network); 22 Dec 2003 09:51:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Dec 2003 09:51:04 -0000 Received: (qmail 80898 invoked by uid 500); 22 Dec 2003 09:50:38 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 80888 invoked by uid 500); 22 Dec 2003 09:50:38 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 80877 invoked from network); 22 Dec 2003 09:50:38 -0000 Message-ID: <3FE6BE51.5090309@cs.indiana.edu> Date: Mon, 22 Dec 2003 10:50:09 +0100 From: Aleksander Slominski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: Problem in getting unparsed raw XML from AXIS References: <4F6BB2967A539C40848CA643D16E5AC20163C2@in2kex01.informatica.com> <52162.203.143.19.4.1071541995.squirrel@webmail.pair.com> In-Reply-To: <52162.203.143.19.4.1071541995.squirrel@webmail.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 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 >before SAX parser is called. > >So even when we use message style, practically what we get is already >parsed XML in a DOM structure. > >Anyway this is a good question, because it's my personal belief that we >should do something about this. > >Regards, >Dimuthu. > > -- The best way to predict the future is to invent it - Alan Kay