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 agoThanks for the reply but I am not using datasource. The response comes from our database as the API is executed.
Recent DiscussionsLicense/manager questionUnable to authenticate license in Ready API Login button unresponsiveReadyApi 3.64.0 parallel execution
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