← Back to team overview

ladon-dev-team team mailing list archive

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

 

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

Mr T gave more information on the question:
In case it is useful, I've captured the soap message. It is (more or less) sth like this:
<soapenv:Envelope.xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soapenv:Body>
	<ns1:simplest.soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1="urn:BubuService">
		<p2.soapenc:arrayType="xsd:string[2]" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xsi:type="soapenc:Array">
			<string>1</string>
			<string>2</string>
		</p2>
	</ns1:simplest>
</soapenv:Body>
</soapenv:Envelope>

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