Hi All,
Quick one, I am calling a web service that returns a dataset but the company doesn't know what structure is in the dataset anymore as the original programmer has left. The webservice code calls a stored procedure that they can't access. Is there anyway to call the webservice in vb.net and output the whole dataset to something so I can see data table names and format etc...
Cheers
Will