KarelHusa
9 years agoChampion Level 2
Limit of mock services in a single WAR
I am working on a project with hundreds of soap web services. For testing purposes I am generating mock services with SoapUI. Each of mock services has a dispatch script and two responses.
Are there any limits, how many mock services can be put in a single WAR file?
Do you have experience of having 500+ mock services in a single WAR file?
I just generated a SoapUI project containing 500 mock services, the size of the project XML document is 64 MB. I have produced a WAR and deployed to JBoss.
The mock services seem to be working correctly.