ERP Adapter - ServiceException Not Raised
Summary
Loop scope Service Exception not being raisedContent
Hi,
I have a loop with a scope inside. Each iteration of the loop calls the createSupplier SOAP service which is part of the ERP Adapter.
Adding a default handler inside of the loop allows the loop to continue in event of an error, but it does not capture the correct error message returned by the service.
Added a ServiceException should capture the correct error, however, this does not seem to be being raised and the loop exits at the first error, with the correct error details being captured by the global fault handler.
0