Hello All, I would like to create @WebService and make it work on Apache Tomcat 7.0.50 (unfortunately it is impossible for me to switch to TomEE+ right now). David Blevins helped me a lot and his code works perfectly in TomEE+ ( https://gist.github.com/solomax/11024398) I moved it to Apache Tomcat (actually it is Red5 server based on Tomcat embedded) copied all libraries and it doesn't work :(
Maybe anybody knows if it is possible to create working @WebService with minimum (better none) additional files like interfaces and xml files? Maybe additional Servlet/Filter need to be added to web.xml file? Thanks a lot for any help on this! -- WBR Maxim aka solomax
