weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds
- by Ramkumar Menon
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.