mmsoap
6 years agoNew Contributor
Mixing Mock Service and Mock Response in TestCase
Hi everybody,
I'd like to use a mockservice to reply a static response for nearly all incoming requests but for one of them I'd like to use a data contained in the received request to use it in a test Case request (typically use a data from request for a notification).
I try to declare the mock service for all request but not the one I'd like to use in my testCase hoping SoapUI will do the dispatch for this method but it is not the case.
Is there another manner to do that?
Thanks