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 _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
