-
SOAP message size limit (1 messages)
- Posted by: ranganathan natraj
- Posted on: June 12 2006 11:54 EDT
I have a webservice exposed on WebSphere Application Server 5.1. Is there a size limit to the SOAP message that can be handled by the webservice on WAS ? I am talking of SOAP messages of size around 20 MB.Threaded Messages (1)
- Have you considered Fast Infoset? by Gerald Beuchelt on June 12 2006 12:02 EDT
-
Have you considered Fast Infoset?[ Go to top ]
- Posted by: Gerald Beuchelt
- Posted on: June 12 2006 12:02 EDT
- in response to ranganathan natraj
I just saw your message regarding maximum message sizes. Unfortunately I do not have an answer for you. But I would suggest that you take a look at Fast Infoset, a binary encoding of the XML infoset. This might help in managing the size of your messages. You can find information on FI here: http://fi.dev.java.net/ http://wiki.beuchelt.com/index.php?title=FastInfoset_For_Indigo Best, Gerald