Hi,
I have the following testing structure, and I would appreciate some help with how to validate mock services incoming messages on SoapUI:
I am sending a SOAP message from soapui to simulate the client, it goes to my server which sends a 200OK response back to the soapui. Then, my server sends an action to a different server, which sends it back to a different client, which is a listener only, which I simulate using a mock service in soapui.
I have an automation tool that launches soapui from the command line, and then needs to validate the results(by looking at the log printed by soapui).
The problem I have is how to run validations on the incoming request to the soapui mock service? Since the soapui generic validations/assertions are made on the 200OK response.
I thought about maybe writing a script that will export the incoming message to a log file. Is that possible?
If anyone has a an idea that would be very helpful.
Thanks in advance.