← Back to team overview

ladon-dev-team team mailing list archive

[Question #233250]: problem with Strings Array as input. I get the value "[u'string']"

 

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

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 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.