<?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 Request attribute that captures the 'SOAP Action' in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Request-attribute-that-captures-the-SOAP-Action/m-p/201559#M23836</link>
    <description>&lt;P&gt;I want to configure a request attribute that captures the 'SOAP Action' from the request header. how can I create it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 11:45:03 GMT</pubDate>
    <dc:creator>PRIYA</dc:creator>
    <dc:date>2023-01-05T11:45:03Z</dc:date>
    <item>
      <title>Request attribute that captures the 'SOAP Action'</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Request-attribute-that-captures-the-SOAP-Action/m-p/201559#M23836</link>
      <description>&lt;P&gt;I want to configure a request attribute that captures the 'SOAP Action' from the request header. how can I create it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 11:45:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Request-attribute-that-captures-the-SOAP-Action/m-p/201559#M23836</guid>
      <dc:creator>PRIYA</dc:creator>
      <dc:date>2023-01-05T11:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Request attribute that captures the 'SOAP Action'</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Request-attribute-that-captures-the-SOAP-Action/m-p/201594#M23843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/55235"&gt;@PRIYA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go on settings/Server-side service monitoring/Request attributes and define a new request attribute with type http header:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_0-1672929087519.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9260iC8153B8C9642A76A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AurelienGravier_0-1672929087519.png" alt="AurelienGravier_0-1672929087519.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And configure the parameter name and it's possible to clean the value extracted by preprocessing :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_1-1672929180273.png" style="width: 666px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9261iACA41DBED5338D4F/image-dimensions/666x258?v=v2" width="666" height="258" role="button" title="AurelienGravier_1-1672929180273.png" alt="AurelienGravier_1-1672929180273.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Example of HTTP request which match with the previous config :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;POST /SqlBatch HTTP/1.1
&amp;nbsp;Host: testServer
&amp;nbsp;Content-Type:application/xml
&amp;nbsp;SOAPAction: 
&amp;nbsp;"http://schemas.microsoft.com/sqlserver/2004/SOAPsqlbatch"
&amp;nbsp;&amp;lt;SOAP-ENV:Envelope
&amp;nbsp;xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
&amp;nbsp;xmlns:sql="http://schemas.microsoft.com/sqlserver/2004/SOAP"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;SOAP-ENV:Body&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sql:sqlbatch&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sql:BatchCommands&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT @@version
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sql:BatchCommands&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sql:sqlbatch&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;nbsp;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Regards Aurélien.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:35:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Request-attribute-that-captures-the-SOAP-Action/m-p/201594#M23843</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2023-01-05T14:35:08Z</dc:date>
    </item>
  </channel>
</rss>

