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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -