Type.registerNamespace('LicenseService'); LicenseService.LicenseService=new function() { this.appPath = "http://www.vibrant3d.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"HelloWorld","query"); cm(this,"ConsumeRegCode","regCode","licenseCode","userID"); cm(this,"LookupUser","email","phone"); cm(this,"LoginUser","email","password"); cm(this,"RegisterNewUser","txnKey","fName","lName","mName","title","suffix","gender","street","city","state","zip","altlocation","email","phone","password"); cm(this,"RegisterCommonLicenseData","licenseKey","regcode","licenseId","installedOn","lifetime","permissions","signature"); cm(this,"RegisterUserLicense","licenseKey","regcode","userId","userDir","signature"); cm(this,"RegisterHardwareLicense","licenseKey","regCode","hardwareId","buildId","diskId","name","osid","currPerstId","caps","perstIdBase","perstIdLimit","dvcFlags","dongle","signature"); cm(this,"RegisterApplicationLicense","licenseKey","regCode","appId","licCode","progDir","netHost","userId","productId","signature"); cm(this,"RegisterNetworkLicense","licenseKey","regCode","netId","serverAddr","serverName","MACAddrs","signature"); cm(this,"GetLicenseKeyForRegcode","regcode","userId"); }