Hi All,
This is more likely a question about orchestration than the Oracle
adapter.
I have a simple orch that inserts a record into a table. the table has
some
non null fields.
I have a decide shape to re****t an error if the message fields are null.
However, if the insert command to oracle fails - it throws a soap
exection.
How can I trap this except and action accordingly
If I we writing code I would use try...catch etc....Is there a shape for
this?