Hi, >From what I've read Axis uses SAX. (see what is Axis - speed) in the user guide
http://xml.apache.org/axis/index.html Peter ----- Original Message ----- From: "Stefan Henke" <[EMAIL PROTECTED]> To: "axis-user" <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 9:46 AM Subject: DOM or SAX in Axis? > Hi, > > I�ve got a question about how Axis is parsing the soap xml files. > Does Axis use dom or sax? > The purpose of my question is as follows: > If I have a soap message with attachments and the attachment is really big, > maybe several megabytes of data, the performance will be very bad if axis > uses dom. Is there a way to switch this dynamically with an optioon? > > Thanks > Stefan >
