Is there a way of creating multiple constructors in a webservice?
I would like to perform a login procedure in the ws constructor, with this i mean when i refrence the webservice i could use the default constructor if i dont pass any values and if i pass uid and pwd it would use the other constructor and log me in and therby letting me use more parts of the webservice.. Does i make sens?