cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_AAE Adapter (Receiver) - Payload (SOAP) Size

Former Member
0 Kudos

Hello,

We have a successful scenario working, where we deliver a SOAP message to a receiver system, using HTTP_AAE adapter.

This receiver system has now implemented a new rule, that do not process any SOAP messages over an specific size (i.e. 3 MB).

Is there any additional parameter I can set, to limit the payload (SOAP) size on HTTP_AAE adapter?

Regards,

Ricardo Lóra

Brazil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

What do you want to do if that exceeds 3MB? do you want it to fail in PI?

if so write an adapter module and validate the size

If you want to split then you need to determine the size during the mapping and split or handle it in the sending application.