I have one common query ,I am testing multiple webservices based on java using SOAP UI.
Below are the scenarios which i found
- execute webservice WS1 for the first time – it takes longer time(may be 30 seconds for example)
- execute WS1 (shortly after #1) – it is faster(10 seconds)
- wait 15-30 minutes
- execute WS1 – again takes long time(30-32 seconds)
My question why its taking long time again for execution after step (3)
is there any cache expiring mechanism ? if present ? how can we configure this ?