Forum Discussion

grmbrand's avatar
grmbrand
New Contributor
14 years ago

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:

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!

2 Replies

  • Hello,

    I have the same problem. Any ideas how to solve this or should I install previous version or wait for the next hotfix?

    Thanks for reply.
  • grmbrand's avatar
    grmbrand
    New Contributor
    vojtmen wrote:
    I have the same problem. Any ideas how to solve this or should I install previous version or wait for the next hotfix?


    As a workaround here's what I did:
    * Saved the remote WSDL files locally
    * Set up my soapUI config with the local files
    * Then changed the source for each back to the original URL

    That seemed to avoid the error condition and things are working now. But it would be great if this issue were properly addressed.

    Cheers,
    Grmbrand