Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Looping

Options
reactancexl
reactancexl Posts: 160

I have a XML source pulled in from calling a .jar file. I need to loop thru that XML file based off xpath and send each one to a soap or rest service. How would I do that?

Comments

  • jakubiak
    jakubiak Posts: 801 admin
    Options

    You should pass the XML file to an XML Data Bank, and extract the data from there into a Writable data source. Then you should use the Writable data source in your SOAP and/or REST Clients to loop over the data you put into the Writable data source.