Utilizing the Web services (REST) Connector for provisioning, how we can configure it to hit multiple endpoints, getting responses from each, and using those responses for Create/Modify operations.
yes you can use the parent endpoint configuration. You can set on the second operations which is the “father”. So, when the “father” operation is end, IIQ starts the childs operations and on it you can use the attribute of response of before opertation.
Also, in each after\before operation rule you can launch other call without creating a new operation.
You can use the Get Object operation immediately after the actual Create/Modify operation, or you can use the same operation multiple times with different endpoints…
@Saikiran25 You can add same operation type multiple time and then u can send response from one to another. but you can declare only 2 time.
if you are not able to achieve what you are looking then
whenever u are calling first time in that configuration you can add after webservice operation rule. In this rule first read rawresponse object and then write custom java method to get token and pass it to another end point with whatever parameter you want to send. This way you can send whatever you want to send and call multiple end point.