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