New Member
Since ‎09-04-2017
‎06-22-2021

My Stats

  • 17 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Mavic_Pro's Bio

Badges vinodbiradar059 Earned

View all badges

Recent Activity

Hi Folks,I need to make a service call out withing the proxy to call another proxy(which is used for logging) in a fire and forget fashion, i don't want my calling proxy to wait for the response.Can anyone help me how can i achieve this ? is there an...
Hello,I am receiving the below response from the backend, could you please help me to extract the XML response out of it , as i need to convert that xml message to JSON and send to UI.Response revived from Backend(Its not proper xml) : <H1>Gateway Resul</H1>...
postmanscreenshot.pngHello APIGEE Folks, I struck in the requirement where the back-end seems to be some sort of java servlet , and i think its is expecting the request in the format application/x-www-form-urlencoded, as i could get the response in t...
how can we parse soap response message from service call out policy and check for the values within the response message.suppose the USER ID might come in multiple times and in different xpath and i need to validate the USER ID present at all the pla...
capture01.pngcapture02.pngI need the java code for the making the java service call out to convert the JSON message with attachment as multipart form data to the SOAP with the attachment.Input message looks like as shown in the screen shots.sample Re...