ContributionsMost RecentMost LikesSolutionsMockService Multi-Threading limitations Hi, I will have to test some limitations of my application but before I have to: check if the test is doable with SOAP UI estimate the time it is going to take to develop this test. Here is my problem. My application communicates with a remote application via WebServices. However, the remote application has a limited number of threads which could process my requests. So, to bypass this problem I am going to create a configuration on my application which is going to limit the number of calls. But to check if my programming is correct, I will need a MockService that has a limited number of threads. So my question is: Can I implement such limitations in SOAP UI ? Is it possible to limit the number of thread in a MockService ? Thank you