How do you stream parse it in one pass and what does that mean? Sorry if this is a stupid question. Haven't actually worked with web services yet.
Jan -----Original Message----- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: Re: SOAP message size limit with Axis Thats a pretty large SOAP message - I hope you have lots of RAM in the server machine. I should say its a large message to parse into a DOM - not much is too large if you can stream parse it in one pass. Jim Murphy Mindreef, Inc. Miller, Janet wrote: > I will be getting one message of that size every minute. > > I am new to Web Services, so it will take awhile before I can try it. > Also, the Web Service is not available yet. > > -----Original Message----- > From: Nelson Minar [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 3:25 PM > To: [EMAIL PROTECTED] > Cc: Miller, Janet > Subject: Re: SOAP message size limit with Axis > > > >>I will be accessing a Web Service written using Axis. The messages >>will > > >>be about 3.2MB or less in size. I'm wondering if I will have >>performance issues parsing a message of this size. > > > I suggest you just try it and report back! I think it should work OK, > but the details depend a lot on what's in the messages and how many of > them you're getting at once. >