How to simulate an asynchronous web service with mock services in soapUI
I'm trying to simulate an asynchronous service. The service must send an ack response and then after some time invoke a callback service. I have been trying different scripts based on some post thai I have found using testcase to invoke the callback service, but I haven't been able to get that the service sends the response before the invokation of the callback service. Does it exits a way to run a test case and then send a response without wait that the test case finishes? Thank you very muchSolved11KViews0likes7Comments