Forum Discussion

anallagundla's avatar
anallagundla
Contributor
14 years ago

How to read XML nodes to datasource using groovy?

Hi /Ole I have XML which has certain nodes, How do i read them to data source? <Response> <data> <Name></Name> <DOB></DOB> </data> <data> <Name></Name> <DOB></DOB> </data> </Response> ...