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.

Data Drive SOAP Requests as one Message

Options
reactancexl
reactancexl Posts: 160

I would like to data drive my soap request message. For Instance if I have DS (excel, csv, etc) that contains Item Numbers (item1, item2, etc), i want to have each one set in the soap request xml and sent over as one message instead of for each item. What is the best way to do this?
Attached is the repeating part of my request message. I would like "item4",item5,,,,,etc)Note"typical item number is not sequential.

Tagged:

Comments

  • jakubiak
    jakubiak Posts: 801 admin
    Options

    You use a Write File tool in append mode to write each individual item to the same external file. Then you could configure your SOAP Client in Literal XML mode and pull the data from the file instead of configuring the message within Form Input.

Tagged