...
Code Block | ||
---|---|---|
| ||
var result = $Services.GlobalWeather.GlobalWeatherSoap.GetWeather({ CityName : 'Amsterdam', CountryName : 'Netherlands', }); |
Using Service Results as Data Source
You may also use the service methods to populate lists (for example DropDowns)
...