41.

Can you overload a method in a webservice?

Direct method overloading does not work in a webservice. If you still have to have 2 methods with the same name, you need to add an attributed called Message Name to one of the methods.