I am using c# vs 2008. I need to call a web service URL in c#. I need to list the methods in a check box in windows application,
for eg. i am calling http://localhost:l222/Test.asmx
It has three methods.
GetUserDetails
GetCompanyName
GetCustomerDetails
I need to list the webmethod in a check box.
Is it possible in C#