// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/ieleventos/dwr'; function DWRMunicipio() { } DWRMunicipio._path = '/ieleventos/dwr'; DWRMunicipio.obter = function(p0, callback) { DWREngine._execute(DWRMunicipio._path, 'DWRMunicipio', 'obter', p0, callback); }