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.
> > > 
> > > 
> > >     
> > 
> >   

Reply via email to