W
Wayne Taylor
Hi All,
I have a weather web service, if I do the following I get the data return OK
as XML...
Dim WeatherData As New weather.WeatherInfo.GlobalWeather
Debug.WriteLine(WeatherData.GetCitiesByCountry("United Kingdom"))
What I don't understand is how to consume/read the data. I presume you have
to use XML classes, however my experience using xml is next to none.
The example code I have seen put's the data return into a DataSet, but this
won't work due to the fact the GetCitiesByCountry returns as a string......
Can any one point me in the correct direction?
Thanks in advance and I hope this is the correct NG.....
Wayne Taylor.
www.kryptos.co.uk/blog
I have a weather web service, if I do the following I get the data return OK
as XML...
Dim WeatherData As New weather.WeatherInfo.GlobalWeather
Debug.WriteLine(WeatherData.GetCitiesByCountry("United Kingdom"))
What I don't understand is how to consume/read the data. I presume you have
to use XML classes, however my experience using xml is next to none.
The example code I have seen put's the data return into a DataSet, but this
won't work due to the fact the GetCitiesByCountry returns as a string......
Can any one point me in the correct direction?
Thanks in advance and I hope this is the correct NG.....
Wayne Taylor.
www.kryptos.co.uk/blog