Forum Discussion
nmrao
11 years agoCommunity Hero
What does those xml contain? What is the structure of your test case?
user1
11 years agoOccasional Contributor
Hi,
The xmls have the following structure.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
<soapenv:Header>
<sec:Security>
</sec:Security>
</soapenv:Header>
<soapenv:Body>
</arc:indices>
<arc:attribute name="REALMCD">COMN_IPQ realmcd</arc:attribute>
</arc:indices>
</soapenv:Body>
</soapenv:Envelope>
The test case has Datasource as the first step which is set to a directory where the xmls are located.
1st step: datasource.
2nd step: Sample XML.
3rd datasource loop.
When i run the script, the sample XML runs iteratively and not the xml files in the folder.