Hi,
Can we call SOAP webservices API from Workflow HTTP action.
Please let us know.
Thanks
Hi,
Can we call SOAP webservices API from Workflow HTTP action.
Please let us know.
Thanks
Workflows are built to handle json responses from REST APIs. So even if you call SOAP APIs in workflows you won’t be able to do anything with the XML response
You can use the HTTP Request action to call SOAP APIs in Workflows, but as @iamnithesh mentioned, I don’t think there is a way to handle the response to use it in subsequent operations.
@Bakhari wrote a blog post about this you might want to check out and see if it does what you need. Using SOAP APIs in IdentityNow Workflows
Thank you,
Thanks @iamnithesh & @zachm117 for your quick response. Can we call SOAP webservice from JDBC provisioning rule?
Yes, as JDBC provisioning is a Connector rule, you can send API request from within the rule.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.