问题
I have noticed a problem about webservice execution duration in my client app (java ws-Jax).
I noticed method call duration is about 500ms.
Then I setup SOAPUI application to test method call.
By repeating SOAPUI execution, 20% of run has ~35ms but remain 80% has ~500ms duration!!
I ran a wire shark and found response packet always received in ~30ms.
I can't find why SOAPUI processed it for long time.
If it need to send wsdl or request & response xml, I can attach them later.
Looking for any advise
Thanks
来源:https://stackoverflow.com/questions/49104627/lengthy-soapui-method-call