<?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: Problem Notification Using Soap Web Custom Integration in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/303837#M40163</link>
    <description>&lt;DIV&gt;For Dynatrace Managed / Classic Problem Notifications, there is no dedicated SOAP integration. However, Custom Integration supports sending a custom payload through HTTP POST and allows the required Additional HTTP headers to be configured.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By default, the Custom Integration expects a JSON payload. If a different Content-Type is configured, Dynatrace skips the default JSON validation, allowing a different payload format such as XML to be sent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For example, depending on the requirements of your SOAP endpoint, you may configure the following under Additional HTTP headers:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: Content-Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: text/xml; charset=UTF-8&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If required by the endpoint, an additional header can also be configured:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: SOAPAction&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: &amp;lt;SOAP action required by your endpoint&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For SOAP 1.2, the endpoint may instead require a content type such as:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: Content-Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: application/soap+xml; charset=UTF-8&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The exact Content-Type, SOAPAction, authentication headers, and SOAP/XML payload structure depend on the requirements of the receiving SOAP service.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Therefore, we recommend configuring Problem Notifications → Custom Integration with the HTTP headers and SOAP/XML payload required by your endpoint and performing an end-to-end test from your side.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dynatrace will send the configured HTTP POST request, headers, and payload, while validation and processing of the SOAP request are handled by the receiving endpoint.&lt;/DIV&gt;</description>
    <pubDate>Thu, 27 Aug 2026 10:51:50 GMT</pubDate>
    <dc:creator>Mohamed_Hamdy</dc:creator>
    <dc:date>2026-08-27T10:51:50Z</dc:date>
    <item>
      <title>Problem Notification Using Soap Web Custom Integration</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/302747#M39351</link>
      <description>&lt;P&gt;Dear Support Team ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like to know if there is any supported way in Dynatrace to send notifications using &lt;STRONG&gt;Soap Web&lt;/STRONG&gt; "&lt;STRONG&gt;Custom Integration&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;could you pls confirm if Soap Web Integration is supported for sending Dynatrace problem / Alert notification and if there is any recommended configuration or give me the best practices ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mahmoud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 11:44:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/302747#M39351</guid>
      <dc:creator>MahmoudBeheiry</dc:creator>
      <dc:date>2026-08-03T11:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notification Using Soap Web Custom Integration</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/303833#M40162</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/103754"&gt;@MahmoudBeheiry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, not natively. Dynatrace's Custom Integration for problem notifications only speaks REST/JSON webhooks, you can configure a webhook URL, headers, and a JSON payload template. There's no SOAP/XML option in that config screen.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 05:18:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/303833#M40162</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-08-27T05:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notification Using Soap Web Custom Integration</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/303837#M40163</link>
      <description>&lt;DIV&gt;For Dynatrace Managed / Classic Problem Notifications, there is no dedicated SOAP integration. However, Custom Integration supports sending a custom payload through HTTP POST and allows the required Additional HTTP headers to be configured.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By default, the Custom Integration expects a JSON payload. If a different Content-Type is configured, Dynatrace skips the default JSON validation, allowing a different payload format such as XML to be sent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For example, depending on the requirements of your SOAP endpoint, you may configure the following under Additional HTTP headers:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: Content-Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: text/xml; charset=UTF-8&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If required by the endpoint, an additional header can also be configured:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: SOAPAction&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: &amp;lt;SOAP action required by your endpoint&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For SOAP 1.2, the endpoint may instead require a content type such as:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Name: Content-Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Value: application/soap+xml; charset=UTF-8&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The exact Content-Type, SOAPAction, authentication headers, and SOAP/XML payload structure depend on the requirements of the receiving SOAP service.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Therefore, we recommend configuring Problem Notifications → Custom Integration with the HTTP headers and SOAP/XML payload required by your endpoint and performing an end-to-end test from your side.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dynatrace will send the configured HTTP POST request, headers, and payload, while validation and processing of the SOAP request are handled by the receiving endpoint.&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2026 10:51:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-Notification-Using-Soap-Web-Custom-Integration/m-p/303837#M40163</guid>
      <dc:creator>Mohamed_Hamdy</dc:creator>
      <dc:date>2026-08-27T10:51:50Z</dc:date>
    </item>
  </channel>
</rss>

