When creating a PxPolicy to perform a Soap call. The parameters required are: WSDL URL, SOAP action, SOAP version, and the SOAP request message. The documentation does not provide a specific template for how to provide the Soap Action. Is there a template for this attribute?
Release : 14.X
Component : IdentityMinder(Identity Manager)
Based on Supports research, we were able to determine that the Soap Action is a combination of the "task name"+Soap.
Example: "CreateUser" task would have a Soap Action of "CreateUserSoap".
Additionally, this information can be found within SoapUI. This information is found under the "Raw" tab.
In the below example the task name is "CreateUserTEWS" which has the Soap Action of "CreateUserTEWSSoap"