Forum Discussion
M_McDonald
16 years agoSuper Contributor
I did have to implement this with a script as I needed to listen for an HTTP POST before proceeding with the test case, and that meant doing the "wrap the request as a SOAP message" trick that I can only do in a Mock Service.
I was thinking that it would all be self-contained in the Mock Response, so just 1 request would be processed, but it would be great if it could only complete conditionally if the request met certain criteria, else keep listening until timeout.
I was thinking that it would all be self-contained in the Mock Response, so just 1 request would be processed, but it would be great if it could only complete conditionally if the request met certain criteria, else keep listening until timeout.