currently there is a DOM structure. What would be very nice, is if there was an easy way to get RAW XML, that you could feed through a sax parser.
In the mean time your best bet I would say is to store XML you generate as an attachment. That would eliminate expensive extra marshalling, and you could use SAX model on the client to parse it. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 1:19 PM > To: [EMAIL PROTECTED] > Subject: High Volume > > > Does anyone here have experience with high volumes using > either Axis or > Apache SOAP? > > We would like to use Axis to provide an API into our data, > however we need > to return 150,000 rows minimum with each row consisting of > over 2k of data > (not counting xml overhead). > > A quick test returning an array of 1000 objects consisting of > 5 Strings & 4 > Integers takes 65 seconds. When I run the counts up to 10,000 > I get out of > memory errors on the client. > > Any guidance would be appreciated. > > Mickey Coulter > > >