Forum Discussion

nassir_nathoo's avatar
nassir_nathoo
Occasional Contributor
17 years ago

Test Design Case: WSDL contains 1 parameter that is a XML string

Hello Team,

I would like your help to solve this case for me:

1- There is XML request that is stored in the database.
2- the WSDL/Web Service provided only takes 1 parameter that is the XML from the database.
3- There over 3000 XML request in the database that we need to submit thru the WSDL/WebService.

The webservice we are going to use with SoapUI has 1 parameter and we need to pass each XML from the database as the parameter input.

Can you please help with the solution.
Thanks in advance.

1 Reply

  • Hello!

    There is a feature in soapUI PRO that makes this easy. Take a look at DataSource and DataSource Loop.

    In the open source version you might be able to achieve this using Groovy scripting. You can take a loot at this which might help you to get started.
    Good luck!

    Regards,
    Dain
    eviware support