Validation of an asynchronous request to mockservice
Hi,
I'm running the following configuration, and i would appreciate any help / ideas on how to do it correctly.
1. I'm sending a soap request from soapUI to my server. This request contains a callbackURL(which is a soapUI mock service running as well).
2. My server receives the request and sends a request to the callbackURL, which is a soapUI mock service.
3. The mock service receives the request(doesn't do anything with it, it acts as some sort of notification).
I would like to perform a validation on the side that sent the request(from step 1). mostly because i want to add it to a test suite that will be running from command line so i need to know if it passed or failed.
Is it possible to add a script validation on step 1, and the script will check what did the mock service received?
Any other ideas on how to do it?
Any help will be very appreciated, i'm a bit stuck now.
Thanks in advance.