Hi,

how can i set default values for arguments ? Standard python way is not working:
@rpc(String, String, _returns=String)
def testf(self, first, second=u"aaa"):
     ....

Thx.

Btw, rpclib seems to not check parameters count. If function is taking two 
parameters and i send only one, everything is processed without error (and 
second parameters gets None). The similar thing will happen if i send more than 
2 params.

azur
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to