Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After service is registered you can call the service from scripting environments including browser based client scripts. See $Services for further information.

Code Block
languagejs
var result = $Services.GlobalWeather.GlobalWeatherSoap.GetWeather({
  CityName : 'Amsterdam',
  CountryName : 'Netherlands',
}); 

...