I created my first web service and all seems to run ok, but when I launch the Web Service Explorer, it returns a HTTP ERROR: 500.
I'm using the version Luna Service Release 1 (4.4.1) of Eclipse, Tomcat 8.0.14, Axis2 1.6.2 and JRE 1.8.0_25. I read that it's solved changing the version to jre7, but i didn't work.
[Edited] What I was doing is this tutorial. The problem comes when I tried the second part. Instead of appears the Web Services Explorer I get the 500 Error.
Thanks for your help! :D
Try changing JAVA_HOME and path to 1.7 JDK instead of 1.8. The problem is due to java 8 which doesn't seem to be compatible with luna as of now.