I am posting data by postman into api proxy.
I am extracting values by extract policy ,I am assigning the values to a client value by assign policy then i am using javascript policy to convert suppose speed is higher than 50 then I output high or low.
Now i want to forward this json response to another api maybe http://httpbin.org/anything or anything apigee has for me.I want to see the data in the 2nd api.
I am uploading the proxy for your reference.
I am using service call out policy.Do i have to add any other policy after this ?
I am uploading my proxy also.I am uploading my trace also.Service Response Call Out response gives me blank.trace1.pngtrace2.png
Please help