Dear all,
I m trying to get city information (name, long name and so on…) from Latitude and Longitude. For that I built a workflow creating links and then I want to read this link via GET RequestNode.
I tried all the connection types but I always get this error message:
WARN GET Request 0:625 Call #7 failed: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.net.ConnectException: ConnectException invoking : Connection refused: connect
But when i just copy the link and past it in the browser it works. So I think there is no problem with my API but with the Get Request Node Configuration.
Can someone help me?
Thanks in advance.