cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP ADAPTER - exceeds size limit 5242880 bytes

Former Member
0 Kudos

Hi guys,

we are on PO 7.4 java only and working on proxy to soap scenario. By the huge data transfer (20 MB) we faced a size limit problem.

Inbound message(HTTP content-length) exceeds size limit 5242880 bytes! at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB

can anyone help me to scale up the size limit?

thank you,

PM

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Peter,

Have you tried to change the ICM parameter icm/HTTP/max_request_size_KB (icm/<PROT>/max_request_size_KB - Internet Communication Manager (ICM) - SAP Library)?

In this documentation you have how to work with ICM in java only installations: Using the Web Administration Interface - Administration - SAP Library

Also you can check this note 1593920 - Synchronous SOAP sender calls: fine tune PI under high load

Regards.