Previous Topic: XML Message Processing Logging

Next Topic: Configure the SOA Agent to Work on an IIS Web Server

Configure the SOA Agent for Web Servers to Process Large XML Messages

By default, the SOA Agent for Web Servers can process XML messages up to 2000 KB in size. However, if you need to process larger files, you can increase this size limit by editing the conapi.conf file on each system hosting a SOA Agent for Web Servers.

The conapi.conf is located in:

To increase the maximum message size, uncomment the nete.conapi.service.xmlsdk.maxpacketsize entry and change its value to the maximum message size (in KB) you want the SOA Agent for Web Servers to be able to process. For example:

nete.conapi.service.xmlsdk.maxpacketsize=3000

Note: Web servers also have incoming file size limits. When planning your Web service implementations, you should ensure that you are aware of these and bear them in mind.