Forum Discussion
Is the service asynchronous or synchronous?
Hi Nmrao,
Server is taking sometime 70 -80 minutes to complete, So for saver side I configured SocketTimeout accordingly.
This service is synchronous.
In my case Soapui is accepting response returned by server only when service is completing in 5 minutes, otherwise soapui doesn't accepting server response which is completed after 10 minutes.
Is there any configuration for fetch response call-back till xxxx milisecond, after which it is not soapui doesn't looking for response call-back of the request?
Please reply ....
-Amit
- I am not sure which end user accepts this behaviour or waits for so much of time to receive a response.
If that is going to take such a long time, why can't it be an asynchronous?Q. If that is going to take such a long time, why can't it be an asynchronous?
Ans. I cann't change exposed service from sync to async. I have to just test the service....
In service side rquest completed after in 7 minutes.... where In soapui HTTP log the http-connection still opened even after 15 miute.....