Question #233250 on ladon changed:
https://answers.launchpad.net/ladon/+question/233250

Description changed to:
Having this simple web service code:

        @ladonize([PORTABLE_STRING], rtype=str)
        def simplest(self, p1, **exports):
                print "Received:"+str(p1)
                return str(p1)          
                
will return and print "[u'string']", instead of what it is suposed to return & 
print.
I'm using taverna workbench as WS client, serving the WS with SOAP11

-- 
You received this question notification because you are a member of
Ladon Developer, which is an answer contact for ladon.

-- 
Mailing list: https://launchpad.net/~ladon-dev-team
Post to     : ladon-dev-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ladon-dev-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to