// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (studentService == null) var studentService = {}; studentService._path = '/newcentury/dwr'; studentService.verifyPetName = function(p0, callback) { dwr.engine._execute(studentService._path, 'studentService', 'verifyPetName', p0, callback); } studentService.verifyIdCard = function(p0, callback) { dwr.engine._execute(studentService._path, 'studentService', 'verifyIdCard', p0, callback); } studentService.queryByCode = function(p0, p1, p2, callback) { dwr.engine._execute(studentService._path, 'studentService', 'queryByCode', p0, p1, p2, callback); } studentService.buyBookByCode = function(p0, p1, p2, callback) { dwr.engine._execute(studentService._path, 'studentService', 'buyBookByCode', p0, p1, p2, callback); }