Re: SOAP Limitations
Jim Murphy <[email protected]>
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Organization | Ironring Software |
| Message-ID | <001801c26b06$0303c630$152aa8c0@Manta> |
No theoretical limit but your perf will vary based on the XML parser used and how it's used. Many SOAP stacks parse a SOAP message into a DOM which will kill perf for large messages (as opposed to a stream oriented parser). There is a lot of gray area but I'd consider >100KB a large SOAP message. That doesn't mean messages that large won't work but that your underlying parsing/XML manipulation code will start to heat up as you go bigger. Jim > -----Original Message----- > From: Discussion of implementing SOAP applications today > [mailto:[email protected]] On Behalf Of Paul Faulkner > Sent: Thursday, October 03, 2002 12:10 PM > To: [email protected] > Subject: [SOAP] SOAP Limitations > > Are there any limitations on the size of a SOAP message? > > thanks > > You can read messages from the SOAP archive, unsubscribe from SOAP, or > subscribe to other > DevelopMentor lists at http://discuss.develop.com. You can read messages from the SOAP archive, unsubscribe from SOAP, or subscribe to other DevelopMentor lists at http://discuss.develop.com.