I want to build a webservice with this signature, which does not throw an exception if param2 is left empty. Is this possible?
[WebMethod] public string Hell
Make all optional arguments strings. If no argument is passed, the input is treated as null.