Hi, I added the following code and it works.
set pResponse.WeatherId = tProxy.weather.GetAt(1).id
set pResponse.WeatherMain = tProxy.weather.GetAt(1).main
set pResponse.WeatherDescription = tProxy.weather.GetAt(1).description
thanks,
- Log in to post comments