Does anybody had any experience with notifications in xml, or who knows how the convert th integration notification based on json to xml?
KR Henk
Solved! Go to Solution.
If you are referring to custom alert notifications, where JSON payload is mandatory, then you have to convert it on your side. So you have to setup a webservice to accept JSON request from Dynatrace and create XML instead and post the result where required. Implementation depends on your preference (language/XML schema/...).
Hi Julius,
Thx for your reply, we will create the webservice,
KR Henk