rimeeny
06-17-2010, 10:48 AM
I would like to populate a Windows Vb.Net form combobox with the "web method descriptions" of a web service. Is this possible? I added the web service to the project. In fact, I built the windows client project as a test for the web service. What I have in mind is a proof of concept type thing where I can choose a different web method based upon what a user chooses in the combobox control. Then once a user chooses an item from the combo I fetch data from the web service, providing text boxes for parameters, if there are any.