Hi,
I’m working with an integration where I need to store messageIDs into internal database for both success and failure cases. If try failed, I need to get messageIDs from pipeline value from try and to log the messageIDs into our database.
SEQUENCE (main)
— SEQUENCE (try)
------ Webservice call (get messageIDs)
------ Transformation
------ JMS Posting
— SEQUENCE (catch)
------ getLastError
------ Log in database with messageID and errormessage
------ Exit Flow and signal Failure
This can be achieved by using pub.storage.put and pub.storage.get. Apart from this, could anyone please suggest the solution to get pipeline values into catch block?
Thank you.
#webMethods#Integration-Server-and-ESB#webMethods-General