I have the issue with katalon so that when I am connected to the company’s VPN, I cannot make any request, the app just throws “java.net.ConnectException: Connection timed out: connect” error when I try load data from WSDL. However, when I disconnect from VPN, everything works fine. The interesting part is that I’ve already set up a proxy in Katalon preferences and UI tests work fine.
What happens if you are connected to the company’s VPN and you try to GET the URL of your SOAP API test? Do you see valid response on browser? or do you encounter any connection failure?
What happens if you are connected to the company’s VPN and you try to GET the URL of your SOAP API test? Do you see valid response on browser? or do you encounter any connection failure?
When I open the link in browser, I am able to see the response.
However, when I do request through katalon, I am getting the following error
I have the same problem. Party I could solve it by manually setting the proxy. That works for rest. But for soap i get the same error. When I set the proxy in soapui it works as expected… Somehow it does not use the proxy in the settings. Is it possible to override it via a custom keyword