Hi,
I have published a workbench to FME server(2016) as job submitter service.This service will be called from an oracle table trigger (using utl_http.write_text(req, message)) and then the FME webservice will call the workbench(2016) in which i am sending a message to another webservice using HTTPCaller transformer's Post method.
Now the question is:
1.How to handle in case my FME call from the oracle trigger was failed for any reason like the FME server down or something else?
2.How to handle if the HTTPCaller to the webservice from the workbench is failed for some reason?
Is there a proper way to handle this issues? Any help would be much appreciated.
Thanks,
Mari...