Index: SOAPpy/Server.py =================================================================== RCS file: /cvsroot/pywebsvcs/SOAPpy/SOAPpy/Server.py,v retrieving revision 1.9 diff -r1.9 Server.py 330c330,331 < if not apply(a, (), {"_SOAPContext" : c}): --- > if not apply(a, (), {"_SOAPContext" : c, > "method" : nsmethod }): 344a346 > named_args["method"] = nsmethod 355a358 > strkw["method"] = nsmethod 358c361,362 < fr = apply(f, args, {'_SOAPContext':c}) --- > fr = apply(f, args, {'_SOAPContext':c, > 'method':nsmethod})