Hello there, I would like to catch an error from the REST task in my process. Actually, my distant web service returns a 404 with an empty body if no result was found. If something was found, I map an element from the returned JSON into a variable and that works.
In the case of my 404, I have a NPE and I would like to catch it to be able to continue the process but I don't know how to do because the ErrorBoundaryEvent I attached does not work at all. Can you help me, please? Regards, Thomas
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
