Webservices engine is not started when deploying SOAP web service in Glassfish 4 -


i learning soap web services , have written simple dynamic web app plain old java class annotated @webservice , @webmethod when application deployed glassfish 4, "web" engine showing , not "webservice". hence unable access tester page or link wsdl.

have checked out this similar question, proposed answer did not me, have checked , have full glassfish profile installed.

i have tried redeploying multiple times , tested on both windows , osx systems equivalent setups , still encountering same issue. using eclipse kepler. have installed latest glassfish update.

hoping has found solution problem.

i had same problem, in case had used jax-ws 2.2.6 inside libraries produced unstable behavior. don't use jax-ws if using jdk 7, don´t use else natives jax-ws. took me days of work find out... if not exact solution you, should try change libraries (other jar files)... 1 one... lucky!


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -