[Soap-Python] Using arrays with SUDS

azurIt azurit at pobox.sk
Tue Sep 27 20:14:22 CEST 2011


So whos fault is this ? suds or rpclib ? What do you recommend if i need arrays ? thnx


______________________________________________________________
> Od: "Burak Arslan" <burak.arslan at arskom.com.tr>
> Komu: azurIt <azurit at pobox.sk>
> Dátum: 27.09.2011 16:42
> Predmet: Re: [Soap-Python] Using arrays with SUDS
>
> CC: soap at python.org
>On 27.09.2011 15:24, azurIt wrote:
>> Hi,
>>
>> i'm having problems with simple arrays and SUDS client. I have a function with 'array of string' input parameter:
>>
>> @srpc(Array(String), _returns=String)
>> def testf(items):
>>    ...
>>
>> i'm, unfortunately, not able to call it with SUDS. I tried to send Python array (i prefer to use it like this):
>>
>
>heh. good luck with that :)
>
>most of your suds-related questions will be answered here:
>
>https://github.com/arskom/rpclib/blob/master/src/rpclib/test/interop/test_suds.py
>
>best,
>burak
>
>
>


More information about the Soap mailing list