Hi All,
I have an ABAP proxy to SOAP(web service) scenario. There is a requirement that if there is no response from the receiver Target web-service for 1 minute a mapping should execute.
I have implemented a ccBPM for the same with a deadline branch having time-out as 1 minute and a transform step with the respective mapping inside it but still I am getting system error- PL_TIMEOUT.
Please suggest if there any possible approach to implement the same?