Execute HTTP requests via batch

Hi guys,

I'm trying to execute a Web Service integration with an external API via HTTP Request.

When I execute the code manually it works perfectly fine, but when I try to execute the same code via Batch it doesn't.

Executing the code manually, results with X3 making the request in the FUSION_EXEC Funprog at the ASYRWEBSER script, completing the operation successfully and returning status code 200.

Executing it via Batch, results with X3 making the request at the SYRA_EXEC Funprog in the same script, not completing the operation properly and returning status code 0.

Does anyone have a clue on what I might be doing wrong?