Multiply insetning at one request
Dear team,
I am a new at SoaPUI tool, but have one task.
The task is to upload new clients with a help of simple request and I have to do it one by one, it is ok, for 1-10 clients but not for 20+ up to 230. So how can I do multiply uploading or running current script putting clients list at once?
So in bold at the first part I have to put one by one client numbers, and it is ok for couple, but not for many.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" *******************************">
<soapenv:Header/>
<soapenv:Body>
<****:SFData>
<!--Optional:-->
<PRID>675907</PRID>
</****:SFData>
</soapenv:Body>
</soapenv:Envelope>
here is in bold I get a system respond equally to customer number I've put it before at the request.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ns0:ServiceStatus xmlns:ns0="http://***************************">
<OverallStatus>Success</OverallStatus>
<StatusMessage>
<StatusMessageCode>0000</StatusMessageCode>
<StatusMessageDescription>Oracle Account Number:***** with Party ID:************** has been created successfully.</StatusMessageDescription>
</StatusMessage>
</ns0:ServiceStatus>
</s:Body>
</s:Envelope>
How can I improve this request for customer list?