cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

We have a APi call with request and response and policies / transformation. We are facing a issue due to the response size . We tried enabling streaming but it doesnt work since we have policies and transformation in place. Is there any alternative workaround or solution to handle this in API management . Kindly suggest.

{

"fault": {

"faultstring": "Body buffer overflow",

"detail": {

"errorcode": "protocol.http.TooBigBody"

}

}

}

0 Likes
View Entire Topic
0 Likes

Hi Amit,

Alternatively if you have SCPI (CPI) in your landscape you could implement pagination in SCPI also.

If its odata service or SOAP service which supports pagination you could use below blog for more details of implmentation.

https://blogs.sap.com/2020/07/27/handle-dynamic-paging-for-odata-services-using-looping-process-call...

Hope this helps !

thanks and regards,

Praveen T