jax ws - Slow webservice invocation from Weblogic 12c -
i facing strange problem, have weblogic 12c server running on jdk 1.6.0_25 consuming webservice that's protected on ssl.
my problem first call takes 5 seconds while other calls when done take 500 milliseconds (the actual number invocation takes when called regular j2se application) when leave server uncalled 3 seconds or more latency returns back.
i tried deploying application on apache tomcat 7 , invocation takes 500 milliseconds time.
i checked jax-ws ri both servers same 2.1.6.
any clue why slowdown happening?
cheers,
ok.. found solution..
the slowdown coming resolving ip address of webservice.. because using ip address.
i using windows solved adding resolution entry in file:
c:\windows\system32\drivers\etc\hosts
as:
213.123.123.123 local.dnsentry.ps
and that's it.. :-)
Comments
Post a Comment