Hi Ankur ,

I am able to get the values but not attributes.

I did the below

var payLoad = "my xml payLoad";

var helper = XMLHelper(payLoad);

obj = helper.toObject();

for(x in obj){

gs.log("xml objects :"+obj[x]);

}

It gives me only values of every node but not the attribute names.

Can you please advise ?

Thanks & Regards,

Chinmayee Mishra