Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.rl.server.jaxws.SayHello is not found. Have you run APT to generate them?
此异常看上去是类没有找到异常 , 实际是JDK的编译版本过低 , 虽然是要求1.6以上版本但是还有一个具体的小版本号 , 如 : 1.6.X
解决方法 : 建议安装1.7版本的JDK.