Too Big Body. Body buffer overflow error

I am creating REST API proxy wrappers for SOAP , using apigee. But due to big response I am facing the toobigbody error.

I tried using Java callout but I am not able to resolve the issue.

I used Java callout jar (https://github.com/DinoChiesa/ApigeeEdge-Java-GoogleUrlSigner ) But not able to configure the same for SOAP.

Still facing same issue. Can anyone help with the same? Any help is highly appreciated

0 3 605
3 REPLIES 3

Not applicable

you can enable streaming for the request and response both in proxy endpoint and target endpoint.

streaming is not working if I want to have xslt transformation on the response. Is there any workaround for this please ?

In that case you need to ask the backend team to implement pagination.

You cannot do any operation on payload when it's streaming.