Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Martin Gainty
Subject: Re: [Axis2] SAX or DOM (Possibly O/T) martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar thx, dims

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Davanum Srinivas
07, 2006 3:08 PM Subject: Re: [Axis2] SAX or DOM You can use the following..Those are the once we are using with Axis2 latest... http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar ~Thilina

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Martin Gainty
review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED] Cc: axis-user@ws.apache.org Sent: Monday, October 09, 2006 9:35 AM Subject: Re: [Axis2] SAX or DOM (Possibly O

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Martin Gainty
, dissemination, distribution or copying of it or its conte - Original Message - From: Thilina Gunarathne [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Saturday, October 07, 2006 3:08 PM Subject: Re: [Axis2] SAX or DOM You can use the following..Those

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Davanum Srinivas
, distribution or copying of it or its conte - Original Message - From: Thilina Gunarathne [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Saturday, October 07, 2006 3:08 PM Subject: Re: [Axis2] SAX or DOM You can use the following..Those are the once we

[Axis2] SAX or DOM

2006-10-07 Thread Betsy Frey
In Axis2, is there a way for the server to start receiving a very long request, before the entire request has been transmitted? Similarly, is there a way for the client to start receiving a very long response, before the entire response has been transmitted? Perhaps this comes down to asking

Re: [Axis2] SAX or DOM

2006-10-07 Thread Thilina Gunarathne
Axis2 uses StAX parsing, which is also called deferred parsing.. It is possible for Axis2 to start processing the message before the entire request has been transmitted. This works even for attachments.. In Axis2 objects are not made unless a need arises for them. In other words stream is read

Re: [Axis2] SAX or DOM

2006-10-07 Thread Martin Gainty
Subject: Re: [Axis2] SAX or DOM Axis2 uses StAX parsing, which is also called deferred parsing.. It is possible for Axis2 to start processing the message before the entire request has been transmitted. This works even for attachments.. In Axis2 objects are not made unless a need arises for them

Re: [Axis2] SAX or DOM

2006-10-07 Thread Thilina Gunarathne
] SAX or DOM Axis2 uses StAX parsing, which is also called deferred parsing.. It is possible for Axis2 to start processing the message before the entire request has been transmitted. This works even for attachments.. In Axis2 objects are not made unless a need arises for them. In other words