cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Http Synthetic monitor using soap request and capture data from response

teoderico_david
Participant

I have an API that I need to write a HTTP synthetic monitor but to run the API I need to first get the access token from a soap request xml response. My Problem is how I can get the access token from an XML response. Can any one please share how I can capture data from xml response using the HTTP synthetic monitor script mode.


6 REPLIES 6

skrystosik
DynaMight Guru
DynaMight Guru

I don’t think Dynatrace will be able to make soap request but if you will have somehow XML response you should use post execution script.

response.getResponseBody()

using this method you will get whole string and you should be able to parse it at least using regex inside script.

Sebastian

Regards, Sebastian

SOAP requests can be made using HTTP Monitors. As Sebastian mentions, you can then use the post-execution script to get the response body and retrieve the access token. The access token can then be stored as a variable for use in other requests. You can find more information here

Can I get some example how to do that ?

Did you check the example in our documentation here?

teoderico_david
Participant

Hi Sebatian and Hannah,


Thank you very much for your response. I was able to call the soap request using HTTP monitor and I also verified that the Access Token is in the response in xml format. I will do what you suggested to use regex.


Thanks again and I appreciate the help.

Teo

Hello teoderico_david, I also want to monitor a soap request using http monitor, can you tell me the procedure you performed, I would be very grateful for your support.

Featured Posts