Web service payload limitation: 128 MB

Posted by jbijker on 27-Nov-2017 05:16

Hi

When making a WSDL call to a 3rd party from ABL there seems to be a limit on the size of the payload you can send. We're getting this error back:

Web service operation archiveFile generated a SOAP Fault. SOAP faultstring is: Unmarshalling Error: Text size limit (134217728) exceeded (11506)

We're running on OE 11.3.3 64-bit on Unix.

So the limit seems to be 128 MB. Does anyone know how to increase this limit or other ways to get around it?

Regards

Johan

Posted by hmariwa on 28-Nov-2017 14:15

Hi Johan,

It is possible that the limit  is on the server side. According to the SOAP fault , it looks like the server may be rejecting the size of the text. You should check with the 3rd part provider and find out how to send the large text. it is possible that the text needed to be sent as MTOM attachment which is currently not supported in ABL SOAP client.

Regards,

Heri

All Replies

Posted by hmariwa on 28-Nov-2017 14:15

Hi Johan,

It is possible that the limit  is on the server side. According to the SOAP fault , it looks like the server may be rejecting the size of the text. You should check with the 3rd part provider and find out how to send the large text. it is possible that the text needed to be sent as MTOM attachment which is currently not supported in ABL SOAP client.

Regards,

Heri

Posted by jbijker on 12-Dec-2017 03:17

Thanks Heri.

Yes it looks like the limit was on the 3rd party web service and not a OE limit.

This thread is closed