jsreesoapContributor11 years agoHow to read xml nodes one by one and storeI get xml in response as shown below: <Response> <e>1234</e> <e>5678</e> <e>12599</e> <e>4545445</e> </Response> I need to read each value and store it in a property/variable so ...Show More
jsreesoapContributor11 years agoIs this the only available option? I am trying to eliminate the need of external files for data. Can I use any java code in the script?
Recent DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentHow to read the child node with different parent nodeRead content of a stored fileGroovyScript: Parse SOAP Response and get node names and node values