Hello,
Need some of your advice in designing the Error handling scenario for Synchronous interface. Let me explain the scenario. I have to fetch some records from SAP (using Proxy) and write to DB using JDBC adapter( synchronous). I'm using NW BPM for this scenario. When BPM calls PI to insert records into the DB, sometimes due to the volume of data it might exceed the time limit(inbound timeout) and we'll get message expired exception. Now I need to convert this system error into the fault message before the response hits the JPR(BPM). The BPM is using SOAP Adapter with XI 3.0 Protocol as you all know.
Is this scenario achievable?
Thanks,
Justin.