web application transaction monitor does not support SOAP services

Hi,

this is an issue which is not really clearly documented and reffers to the Monitor template web application Transaction monitor

Basically if you will want to monitor any SOAP services, this will not work, because at the moment SCOM can only interpret data from REST services.

This happens because SOAP is more freeform then REST therefore the output can be unpredictable.

Also there are no free Management Packs for SOAP web services monitoring. You need to author your own pack using powershell around the COM object 'MSXML2.xmlhttp' . google around for examples.

https://social.technet.microsoft.com/Forums/systemcenter/en-US/8d02d275-6f95-4aaf-95b0-c01582d76c1f/url-script-monitor?forum=operationsmanagermgmtpacks

https://msdn.microsoft.com/en-us/library/ms535874(v=vs.85).aspx