Forum Discussion

mmoser_1's avatar
mmoser_1
New Contributor
13 years ago

Trouble fetching a WSDL via URL

I am having the odd effect/bug that I can not load a WSDL via a URL using soapUI 4.5.0.
There is first a progress window telling "loading definition ... (showing the URL)" and a few seconds later I get:
---------------------------
Error loading WSDL
There was something wrong with the WSDL you are trying to import.

Error loading [http://<IP hidden for privacy>:5040/sst/CommonUtils.http.ns.v01-3-1-0?WSDL]: java.lang.Exception: Failed to load url; http://<IP hidden for privacy>:5040/sst/CommonUtils.http.ns.v01-3-1-0?WSDL, 0
---------------------------

I can download and see the very WSDL without any problem by entering exactly the same URL into a browser (and I know, there is nothing special, like redirections, os such, set up on this server). There is also no proxy involved.

If I save the WSDL fetched with the browser to a disk-file and redirect soapUI to that file, it opens it and creates a UI for it without the slightest problem, so it can't really be anything in the WSDL that makes it choke.

Any ideas?

Michael
  • Hi there.

    I am using version 4.5.1.

    I am also having the same issue even with the sample project that is broadcasted on soapui.org website under getting started/Functional Testing.

    Can someone please help?