New Member
Since ‎02-07-2020
‎06-22-2021

My Stats

  • 6 Posts
  • 0 Solutions
  • 2 Likes given
  • 0 Likes received

juliocock's Bio

Badges kendunnington Earned

View all badges

Recent Activity

I'm building an API that talks to a SOAP backend. The proxy accepts a JSON payload, and I need to convert that to XML. The issue I'm having is that the payload I'm getting is complex, so I can't simply extract a few variables from it and then build t...
I'm implementing error handling on a proxy, and am using a `RaiseFault` policy to trigger an error based on the response content from a backend server. I'm using a `JavaScript` policy to examine the response, and setting some variables that the `Rais...
We have a fairly simple proxy set up which I'm trying to add caching to. I've created a ResponseCache policy and added it to the default proxy endpoint as the last step in the Pre and Post flows Response Cache 600 true true When executed, the ...