java - Web service response takes too much time -
i'm using jax-ws ri 2.1.6 in jdk 6 tomcat 6.
i have tested consuming public webservice internet, response instant, when consume 1 server response takes around 5 minutes.
nb: method publish return of string means load have nothing developing thing.
thanks in advance
the problem in publishing method. used
endpoint.publish("http://192.168.1.103:8080/ws/helloworld3",new helloworld2impl());
this method response slow.
the solution use wizard of eclipse of creating webservice publisher. wizard add files allows publishing webservice ounce server starts.
Comments
Post a Comment