Forum Discussion

rubby's avatar
15 years ago

error and new feature need about importing wsdl

Hello,

In my work, I have thousand of wsdl url available and want to import them to soapui to test them.

1. But a few of them can not be imported because of errors.
Such as: (just list some of them..)
http://websrv.cs.fsu.edu/~engelen/interop2_2.wsdl
http://www.embl-ebi.ac.uk/Tools/webserv ... fetch.wsdl
http://www.embl-ebi.ac.uk/Tools/webserv ... fetch.wsdl
http://www.flash-db.com/services/ws/blogReader.wsdl
http://www.websitepulse.com/wsdl/wsp.wsdl
http://xaraya.open-world.com.ve/modules ... araya.wsdl

I want to know whether this is the bug of soapui or the problem of this wsdl documents?

2. Are there any tool or method that can import thousands of wsdl into soapui once?
I think this is very useful feature. Especial for those who have to test a lot of web services.
It is really hard to import them one by one?
Do you guys have any idea of that?

Welcome any reply.
Thank you all!

1 Reply

  • Hi!

    Most of these WSDLs have schemas that refer to some type that hasn't been defined; this can be either because the defining schema was not imported correctly or because the type reference itself is incorrect (missing namespace, misspelled, etc). One of them has a schema error in the WSDL itself, and the second and third entries (which are the same) worked fine to import.

    We know the error messages given by soapUI are really bad here, hope to improve them for the next release

    Unfortunately we don't have any feature for importing many files at once, but you could pretty easily create a groovy script that does that for you.

    regards!

    /Ole
    eviware.com