KarelHusa
9 years agoSuper Contributor
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 th...
- 9 years ago
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.