Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 7629 invoked from network); 26 Sep 2003 13:10:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Sep 2003 13:10:27 -0000 Received: (qmail 77153 invoked by uid 500); 26 Sep 2003 13:10:13 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 77117 invoked by uid 500); 26 Sep 2003 13:10:12 -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 77026 invoked from network); 26 Sep 2003 13:10:02 -0000 Subject: Re: SAX Only From: Srinath Perera Reply-To: hemapani@vijayaba.cse.mrt.ac.lk To: axis-user@ws.apache.org In-Reply-To: <3F742A8E.7020403@anyware-tech.com> References: <3F73D9F1.9020003@anyware-tech.com> <1064573795.1797.4.camel@rook> <3F742A8E.7020403@anyware-tech.com> Content-Type: text/plain Organization: Lanka Software Foundation Message-Id: <1064581784.1797.11.camel@rook> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 26 Sep 2003 19:09:45 +0600 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 Hi Simon I think it can be SAXified .. with more more hardwork .... I belive at the end of the day it will not give you anything as you have to get the all info to memory anyway. Using DOM (only prob is you need DOM parser and xerces will have SAX and DOM anyway) can be justified as it run only once at the start of the engine. And you have to keep deployment info in memory anyway... hope that resonable :) Srinath On Fri, 2003-09-26 at 18:01, Simon Bretin wrote: > Hi, > > Thanks for the answer. This is exactly the confirmation I needed. > Any ideas why the deployment absolutely requires the DOM parser and > cannot be SAXified ? > > Thanks, > > Simon > > Srinath Perera wrote: > > Hi > > > > among other thing the wsdd package depends on the DOM parser so the > > deployment reqiure DOM parser to be in the class path. But the > > desiralization work without help from DOM parser > > > > Am not sure am this answers your Q. hope this help > > > > Srianth > > > > On Fri, 2003-09-26 at 12:17, Simon Bretin wrote: > > > > > Hello, > > > > > > I'm really new to Axis, and I am trying to use it for running a > > > webservices server only. > > > I have seen that the Axis Engine requires a DOM Parser to be present in > > > the system in order to work correctly. However, in the purpose of just > > > answering SOAP requests, I cannot understand why a SAX only Parser is > > > not being used. > > > This question might be similar to the following one : Is it possible to > > > configure the Axis Engine, to work only in "SOAP requests answering" > > > mode ? (Whithout all the development, mangement services, ... being > > > present ) > > > > > > Thanks for the help, > > > > > > Simon. > > > > > > > > > > > > >