// 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 (subCategoriaContactoService == null) var subCategoriaContactoService = {}; subCategoriaContactoService._path = '/gcofront/dwr'; subCategoriaContactoService.get = function(p0, callback) { dwr.engine._execute(subCategoriaContactoService._path, 'subCategoriaContactoService', 'get', p0, callback); }