Hi Mohan,
Keep in mind that retrieves from the client are always subject to the security and access rules.
I would suggest that you setup the access rights so that current user can only access one AppSettings object.
then you can retrieve this by
mx.data.get({
xpath : "//MyModule.AppSettings",
callback : function(o){
o
}
});
Hope this helps,
Andrej
Is there a way to get the current active session and its guid using javascript?