about wsdl with SoapUI application

Asked by romankrv

Hi i try your ladon and try generate wsdl file which try to use in soapUI application. This wsdl file i create code which you give in ladon documentation:

from ladon.ladonizer import ladonize

class TestService(object):
    @ladonize(unicode, rtype=unicode)
    def helloworld(self, name):
        return "Hello %(name)s" % locals()

wsdl file which i get and store in filesystem i shared to:
http://dpaste.com/hold/577267/

when i import this file to soapUI v4.0 i get error:

Error loading [file:/home/krv/Рабочий%20стол/description]
 Unexpected element: CDATA on line 1, column 1

Could you help about this problem ?

Thenks.

Question information

Language:
English Edit question
Status:
Solved
For:
ladon Edit question
Assignee:
jsgaarde Edit question
Last query:
Last reply:
Revision history for this message
jsgaarde (jakob-simon-gaarde) said :
#1

The WSDL you pasted is 100% valid. So if soapUI cannot parse it there is something wrong with soapUI. You can easily test the wsdl by inputing the plain dpaste content (http://dpaste.com/577267/plain/) into: http://www.validwsdl.com/

Best Regards
Jakob Simon-Gaarde

Revision history for this message
jsgaarde (jakob-simon-gaarde) said :
#2

soapUI support was commited later on.