Hello everyone,
I am currently working on creating a microservice using Infor BaaS that needs to call a public API. At the moment, I'm testing this by executing a curl
command to a website and trying to call a public WSDL via REST. However, I encounter a timeout error when the service is deployed. Interestingly, when I run the same code on my PC using my IDE, it works perfectly.
Has anyone else experienced this issue?
I prefer not to use ION-API because sometimes it's not possible to use it, especially when the APIs are not well documented.
Any insights or suggestions would be greatly appreciated!
Thank you!