Consider a Mirth channel with a Destination of a SOAP Sender. The WSDL is successfully loaded and has more than one method available. Each method would take a different number of arguments. Example methods:
AddPerson()
UpdatePerson()
DeletePerson()
MergePerson()
UnmergePerson()
Given the set of HL7 message event types, i.e.
- A28 = Add Person
- A31 = Update Person
- A29 = Delete Person
- etc
Question: How would you setup a Destination in Mirth to have the variable's value determine which SOAP Method is called?
It doesn't necessarily have to be a SOAP Sender. Could be any type.