I'm dealing with the same situation, however, I wonder if there is a way to do 
that in a more general fashion, like simply:

@service.soap('GetQuote1', returns={'result':dict}, args={'symbol':str})
...
..
.

and then:

    return someDictVariable


Reply via email to