Bronze 1
Since ‎08-05-2021
‎06-14-2022

My Stats

  • 12 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

himanshuvijay's Bio

Badges himanshuvijay Earned

View all badges

Recent Activity

I want to fetch the value of the tag from the following xml payload using Extract Variable but I am unable to do because of the name spaces in the xml paylaod. Please guide me how to use the ExtractVariables policy in the following payload for fetch...
I have to set the following request text/xml payload using javascript but I am unable to do it using javascript.I have to send this payload with http client call Also I cannot use assign message for setting the payload since I have to call the http c...
I want to fetch the JSON response from backend in Java script after doing the http client callI am doing this in my code to fetch the responseif (exchange.isSuccess()) {var res = exchange.getResponse().content;print(JSON.stringify(res));context.setVa...