ContributionsMost RecentMost LikesSolutionsMultiple mock responses - incorrect wsdlHi All I encountered some problem with a TestCase containing two MockResponse test steps and I'm still unable to find a solution. Please find a structure of my TC: 1. soap request 2. mock response 3. some action 4. soap request 5. mock response 6. some action The problem is both mock responses bind to the same path and port. Because mock services for such steps start at the beginning of TC, they mount the same wsdl to the same path at the same time. The result is client application receives incorrect wsdl file (containing in fact two wsdl entries). Is there any solution for this? Am I using MockResponse steps incorrectly? SoapUI: 3.6.1