var MyWeatherBugSvc=new function() { this.path = "http://my.weatherbug.com/service/myweatherbugsvc.asmx"; this.appPath = "http://my.weatherbug.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"getSvcResponse","zipCode","ctrlId","stationId"); }