[13:13]<rwdlx> hello.. is it possible to delete things from req.data? delete req.data[key] doesn't do the trick... [13:48]<zumbrunn> rwdlx, come back here [13:49]<zumbrunn> what is it you wanted to achieve? [13:49]<zumbrunn> maybe req.data[key] = ''; would do the trick for you [22:02]<axhixh> hi, is there an example of xmlrpc server implemented in helma? [22:10]<zumbrunn> hi axhixh [22:10]<zumbrunn> helma has an xmlrpc server built-in [22:11]<zumbrunn> you just need to enable it [22:11]<zumbrunn> take a look at the start.sh file [22:11]<zumbrunn> plus you need to specify what is callable via xmlrpc [22:12]<zumbrunn> see the last three properties documented here: [22:12]<zumbrunn> http://helma.org/docs/guide/properties/listall/ [23:24]<axhixh> thank you. this is great