Dear Team,
I have written a CRM REST Service and Java Team is Consuming my CRM REST Service and pushing the data into CRM from Java to CRM. But my question is when they hit the CRM REST Service for inserting data into CRM, suppose if the CRM REST Service is not working then they will get the error and they will not able to insert the data into CRM but that record will save into Java but it will not save into CRM due to CRM REST Service is not working.
I need your inputs at this scenario, what i need to implement for the REST Service to handle these type of scenarios.
Please help on this.
Thank you.