2009/2/23 nicolas de loof <[email protected]>: > Could you please tell me what is considered to be a "large" SOAP message ? > I've found some benchmark comparison of stacks (I don't really care, I like > CXF) and other best practices about XML message weight ( > http://www.redbooks.ibm.com/redpapers/pdfs/redp4344.pdf)<http://www.redbooks.ibm.com/redpapers/pdfs/redp4344.pdf> > but > no size in bytes of a "really too big" SOAP message.
I've sent and received messages of up to about 12-13MB successfully with CXF -- purely XML, no attachments. I'm guessing that's at the upper end of the size spectrum (not counting MTOM etc.). I used Provider services and Dispatch clients, so no databinding -- the XSD for these services is actually pretty simple (mainly just long lists) which made parsing/generating them myself seem like the better idea. Andrew. -- :: http://biotext.org.uk/ ::
