grmbrand
14 years agoNew Contributor
soapUI 4.0.1 Error loading WSDL
On OS X Lion, trying to create a new project; I'm entering a valid URL for the Initial WSDL/WADL field. The error that I get is:
And that's true, because the file in question _isn't_ located on my hard drive. It is being served from http://{myserver}:8080/{WSDL Path}/
I can understand that after it initially requests the file it may store it locally. But in this case it seems like it is checking locally, seeing that there is no cached copy, and then giving up instead of making the HTTP request.
Any ideas here?
Thanks!
Error loading [file:/Applications/SmartBear/soapUI-4.0.1.app/Contents/Resources/app/bin/{myserver}:8080/{WSDL path}/{WSDL File}.wsdl]: java.io.FileNotFoundException: /Applications/SmartBear/soapUI-4.0.1.app/Contents/Resources/app/bin/{myserver}:8080/{WSDL path}/{WSDL File}.wsdl (No such file or directory)
And that's true, because the file in question _isn't_ located on my hard drive. It is being served from http://{myserver}:8080/{WSDL Path}/
I can understand that after it initially requests the file it may store it locally. But in this case it seems like it is checking locally, seeing that there is no cached copy, and then giving up instead of making the HTTP request.
Any ideas here?
Thanks!