Are you experiencing problems when using advanced SOAP XML payloads in “Invoke Web Services”?
I did! it seems to work properly, but some parameters did not get filled correctly.
After some testing i discovered that the parameters in the XML payload has to be in the correct order!!
If not, the parameters “in between” will be filled by NULL, and then later it will ignore or skip the rest of the parameters if they appear in the wrong order!!
The reason is that it is using the DataContractSerializer.
thanks to by colleague Claus for finding this forum thread there they discuss the challenge: http://stackoverflow.com/questions/18463575/why-needs-datacontractserializer-alphabetically-sorted-xml
Hi,
I reached your blog searching for SCOM integration with ServiceNow. I am using WSDL method and trying to configure Orchestrator Runbook, but failing to pull dynamic values into incident, the incident is being created by runbook but only hardcoded values appear. Need your help to fix this mess.
Here is how my Request Payload looks:
$String$String{Name from “Monitor Alert”}$StringStringStringStringStringString{Description from “Monitor Alert”}String