Protocol Message Size
If Oracle B2B wants to send or receive more than 10 MB of message or the import/export configuration is more than 10 MB, then change the following setting accordingly at the Oracle WebLogic Server Administration Console:
To configure the protocol message size:
- Navigate to the Edit Tree.
- Select Environment, and then select Servers.
- Under Servers, select the SOA server.
- Select the Protocols tab. Further, select General.
- Change the value for Maximum Message Size.
This setting can also be added/modified in the $DOMAIN_HOME/config/config.xml
file next to the server name configuration, as shown in the following example:
<name>soa_server1</name> <max-message-size>150000000</max-message-size>
Note:
By default, max-message-size
is not available in the config.xml
file.