I'm using SoapUI to use a web service in my job but the problem is that i need to validate a lot of user's code and SoapUI just let me get the client info one client at a time. I need to know if there is a way to consume the Web Service with multiple code clients.
Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/" xmlns:san="http://platform.enterprise/">
<soapenv:Header/>
<soapenv:Body>
<san:checkClientAddress>
<id>000098732</id>
</san:checkClientAddress>
</soapenv:Body>
</soapenv:Envelope>
So I need to get the result from 500 clients but if i use SoapUI I have to get response from one client at a time.