[Soap-Python] Using arrays with SUDS
Burak Arslan
burak.arslan at arskom.com.tr
Fri Sep 30 08:54:05 CEST 2011
On 29.09.2011 18:42, azurIt wrote:
> i was discussing this with suds's author and he adviced me (based on WSDL generated by rpclib) to pass array parameters like this:
>
> client.service.testf( {"string": ["ddd", "bbb"]} )
>
> and yes, it works! :)
you won't have to do that if you use String(max_occurs='unbounded') --
regular arrays will work.
burak
More information about the Soap
mailing list