cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BTP API ServiceCallOut Policy response 180character limit

former_member183909
Active Participant
0 Kudos

Hi

I have a SAP BTP API that has a number of Policy steps. One of those is a <ServiceCallOut>. I have discovered that if the XML response payload from that ServiceCallOut is 180 characters or more it will fail !. I know the call should works as I can do it with the same payload via POSTMAN and it works. *My character count excluded white space

Has anybody experienced the same?.

View Entire Topic
Sriprasadsbhat
Active Contributor
0 Kudos

Hello Johny,

As per my understanding there is restrictions in UI ( if you are on debug mode ) and from documented restriction its 10 MB for "Response size (for non-streamed HTTP requests)". All the restrictions from SAP API Management are documented in below reference link.

https://help.sap.com/docs/sap-api-management/sap-api-management/limits

Regards,

Sriprasad Shivaram Bhat

former_member183909
Active Participant
0 Kudos

Thanks. Except the problem only manifests when the call is done from within an API's Policy flow.