If Config.specialArgs are disabled at server side (non-wsdl mode), every soap request is not handled (error 500).
In debug mode server prints out following trace:
*** Internal exception local variable 'ordered_args' referenced before assignment
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/SOAPpy/Server.py", line 284, in do_POST
keylist = ordered_args.keys()
UnboundLocalError: local variable 'ordered_args' referenced before assignment
Proposed patch is attached. Please verify it.
Proposed patch
python2.5