Hi community,
We are trying to retrieve the output of a FME Server hosted 'child' workspace using HTTPCaller (GET) transformer on the main 'parent' workspace.
This seems to work perfectly when running the 'parent' workspace on local machine with HTTPCaller getting the output of the 'child' workspace which is hosted on FME Server.
The problem:
When we upload this 'parent' workspace to FME Server, the HTTPCaller seems to fail. Log as below:
HTTPCaller (HTTPFactory): HTTP/FTP transfer error: 'Timeout was reached'
HTTPCaller (HTTPFactory): Please ensure that your network connection is properly set up
HTTPCaller (HTTPFactory): No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been entered
Is there anything we need to change so that the HTTPCaller works when published on Server too? We are using FME Cloud, so proxies should not be a problem and currently have 2 engines, so 2 workspaces should be able to run at the same time. I have also tried to set 'timeout' to 0, but the workspace will run indefinitely.
Main HTTPCaller parameters are as below:
URL being used: https://@@@@@.fmecloud.com/fmedatastreaming/Services/Geometry%20Validation.fmw
Any ideas as to how fix this problem would be really appreciated.
Many thanks,
Ana