Hi Everyone
I stuck in error handling for HTTP STATUS code in tHttpRequest component.
We tried
On Component Error - This is working
tHttpRequest supports the trigger On Component Error
(String) globalMap.get("tHttpRequest_1_ERROR_MESSAGE") when a Component Error occurs.
HTTP STATUS CODE - This code is not working
HTTP Status Code of HTTP_OK is returned, the value urlConn_tHttpRequest_1.getResponseCode() + " " + urlConn_tHttpRequest_1.getResponseMessage() is written to the console System.err.println
Input Job flow
tFileList (Iterate)>> tHttpRequest >> (onCompoenentOk) tFileInputRaw
Any help on it would be much appreciated with Job flow