...
After service is registered you can call the service from scripting environments including browser based client scripts. See $Services for further information.
Code Block | ||
---|---|---|
| ||
var result = $Services.GlobalWeather.GlobalWeatherSoap.GetWeather({ CityName : 'Amsterdam', CountryName : 'Netherlands', }); |
...