<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Http Synthetic monitor using soap request and capture data from  response in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/174400#M972</link>
    <description>&lt;P&gt;Can I get some example how to do that ?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 11:48:52 GMT</pubDate>
    <dc:creator>deepikadeepa</dc:creator>
    <dc:date>2021-10-19T11:48:52Z</dc:date>
    <item>
      <title>Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121488#M463</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 20:36:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121488#M463</guid>
      <dc:creator>teoderico_david</dc:creator>
      <dc:date>2021-02-04T20:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121489#M464</link>
      <description>&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;response.getResponseBody()&lt;/P&gt;&lt;P&gt;using this method you will get whole string and you should be able to parse it at least using regex inside script.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 22:55:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121489#M464</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2021-02-04T22:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121490#M465</link>
      <description>&lt;P&gt;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 &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/synthetic-monitoring/http-monitors/pre-and-post-scripting-for-http-monitors/" target="_blank"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 10:54:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121490#M465</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-02-05T10:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121491#M466</link>
      <description>&lt;P&gt;Hi Sebatian and Hannah,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks again and I appreciate the help.&lt;/P&gt;&lt;P&gt;Teo&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 14:48:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/121491#M466</guid>
      <dc:creator>teoderico_david</dc:creator>
      <dc:date>2021-02-05T14:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/162521#M695</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 04:37:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/162521#M695</guid>
      <dc:creator>rchuquillan</dc:creator>
      <dc:date>2021-03-09T04:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/174400#M972</link>
      <description>&lt;P&gt;Can I get some example how to do that ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 11:48:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/174400#M972</guid>
      <dc:creator>deepikadeepa</dc:creator>
      <dc:date>2021-10-19T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Http Synthetic monitor using soap request and capture data from  response</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/174402#M973</link>
      <description>&lt;P&gt;Did you check the example in our documentation &lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/synthetic-monitoring/http-monitors/pre-and-post-scripting-for-http-monitors/?_ga=2.147207543.1376151352.1634542414-719377197.1594986249&amp;amp;_gac=1.250359412.1634642976.CjwKCAjw2bmLBhBREiwAZ6ugo3gzTNkRk_L1gU3cmhR-N8KQ-AxSYFw624ceECACQ_2TfKhyjNqyJhoC6TEQAvD_BwE#example-monitor-" target="_self"&gt;here&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 11:57:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Http-Synthetic-monitor-using-soap-request-and-capture-data-from/m-p/174402#M973</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-10-19T11:57:34Z</dc:date>
    </item>
  </channel>
</rss>

