When creating an asmx webservice, ASP.NET generate dynamically a webform client for testing, is it possible to customize it (for example I'd like to create a checkbox for boolean, combobox for list of values,...)
Aren't the source code accessible somewhere ?