您的位置:首页 > 大数据 > 人工智能

Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: 必须在没有程序包的类上指定 @Web

2017-09-26 16:16 4867 查看
WebService 异常:

1.

Exception inthread "main" com.sun.xml.internal.ws.model.RuntimeModelerException:
必须在没有程序包的类上指定@WebService.targetNamespace。类: Axis2Test2

解决:

@WebService标注的类不能和main方法在一个包下

@WebService标注的类和main方法类分开后,问题解决

2. Exception in thread "main"
java.lang.IllegalArgumentException:class hello.Axis2Test2 has neither @WebService nor @WebServiceProviderannotation

实现类忘记加@WebService注解
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐