Type.registerNamespace('RunLog.WebServices'); RunLog.WebServices.GoalService=new function() { this.appPath = "http://www.1vigor.com/Log/"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"GetGoals"); cm(this,"GetGoalTypes"); cm(this,"CommitGoal","id","dataValues","goalTypeId"); cm(this,"DeleteGoal","goalId"); }