您的位置:首页 > Web前端

The constructor Service(URL, QName, WebServiceFeature[]) is undefined

2015-02-09 12:53 591 查看
Solution:

Add this dependency:

<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.2.3</version>
</dependency>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐