I have to write soaplib method, that has many arguments. The idea is that the user should able able to choose, which arguments he wants to provide. Is that even possible?
I know it is possible in python generally, but there is an error, when i try to set it up like normal python method with default arguments.