Partial Response received from Apigee -
the flow sap nwas 7/java ---> apigee on premise--->apigee oncloud -----> backend. , back.
backend posting response of appx 17 mb back. have streaming enabled both on cloud , on premise apigee. sap nwas client states partial response received .
when invoke postman however, getting complete response.
please suggest problem can be?
since postman works fine you, seems might problem on client side. so, it's possible client requires more info on response in order able display content e.g. content-type header. way troubleshoot issue send curl command resource in apigee , store in filesystem validate not postman can parse response. e.g.
curl http://yourresourcehere/images/12344 > img12344.png
Comments
Post a Comment