WebService connector retry operation

Hi,
I’m currently working on a web service connector and have configured the disable operation. I’d like to implement a retry mechanism in case the operation fails. I’m using the SOAP API and setting the request body using a ‘before’ rule. Do you have any suggestions or best practices on how to handle this?

Refer connector documentation Retry Configurations to configure retry request.

It hasn’t got much information and im new to sailpoint Do I need to write an afterrule?

Hi @pradeepireddy_123

you need the add a retryable error messages list to the attributes map in an application

<entry key="retryableErrors">  
<value>   
<List>    
<String>[error_message_1]</String>   
<String>[error_message_2]</String>  
</List>  
</value>
</entry>

if you find difficultly please share the your application .XML

Thanks,
Md Riyazuddin