Forum Discussion

soapPete's avatar
soapPete
New Contributor
16 years ago

Simulate hanginng request in a mock service

Hi Guys

I have a mock service setup to respond to a query and it works perfectly. I would like to test the client code around timing out the connection so would like to be able to modify the service so it does not provide a response but just hangs. Is this possible?

Thanks Pete

1 Reply

  • soapPete's avatar
    soapPete
    New Contributor
    Its ok, figured it out after a little more hunting around,

    In the MockResponse Properties you can set a response Delay

    Thanks Pete