Hi,
In this scenario, I am constantly connected with VPN. When I open the URL in Chrome it works.
When I use the URL with SoapUI, I get the requests.
BR
Thanks for the info. There may be some specific network settings or firewall rules that could be preventing Postman from accessing the WSDL file.
Here are a few things we can check:
Disable SSL certificate verification: In Postman, you can turn off SSL certificate verification to check if the issue is related to SSL. Go to File → Settings → General, and turn off “SSL certificate verification”.
Use Postman’s Proxy: Postman provides a way to route your requests through a proxy. This could help if the WSDL file is only accessible within a certain network. Go to File → Settings → Proxy and set up your proxy there.
Import WSDL as File: If the WSDL is accessible via browser, you can save the WSDL XML to a local file and try importing it directly into Postman using the “Import” button, then “Upload Files”.
Check for Network Issues: Since you’re using a VPN, there might be some network restrictions. Check if there are any rules that might prevent Postman from making a connection to the URL.