Forum Discussion

surmilan's avatar
surmilan
Occasional Contributor
16 years ago

delayed response and security testing using soapui queries

1. i am using soapui pro 3.0.1 . And my requirement is to test certain scenarios which involve delayed response(Queued request and Queued response) using soapui .
Please let me know what are the steps to follow and what is required to know for implementing this scenario wigth soapui?

2. Another scenario is to test invalid security credentials , so what is required to know in this and what should be the approach or what needs to be configured in soapui for testing ?
  • surmilan's avatar
    surmilan
    Occasional Contributor
    i don't think Delay step does will solve my problem as i am talking about an asynchronous request and response.
    Consumer sends a business request and it is intercepted by an invoker which puts the request to a Queue .Connection closed . And the Service provder fetch the request in queue using Get service call . Connection is closed at this point agin .Similarly, service provider sends the actual business response using call back response where it goes to a queue and service consumer fetch the business response (in queue) using get call finally. So it involves both delayed request and response . Hope i was able to state my problem properly . Any help would be appreciated.
  • surmilan's avatar
    surmilan
    Occasional Contributor
    more studies in soapui says ..we need to use mockresponse for such asynchronous testing where request and reponse are both delayed. But i am unable to figure out where mockresponse fits into the picture

    ? any response