weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds
Posted
by Ramkumar Menon
on Oracle Blogs
See other posts from Oracle Blogs
or by Ramkumar Menon
Published on Wed, 07 Apr 2010 09:29:25 -0800
Indexed on
2010/04/07
17:53 UTC
Read the original article
Hit count: 794
If you are using BPEL Client APIs against WLS 9.2, and if you run into this exception, pass the following JVM argument to get things going,
-Dweblogic.MaxMessageSize=value
Make the value high enough for all that data to come through and you should be good.
© Oracle Blogs or respective owner