cxf下的Service(URL, QName, WebServiceFeature[]) is undefined _JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > cxf下的Service(URL, QName, WebServiceFeature[]) is undefined

cxf下的Service(URL, QName, WebServiceFeature[]) is undefined

 2011/11/17 9:37:27  huangyunbin  http://huangyunbin.iteye.com  我要评论(0)
  • 摘要:http://huangyunbin.iteye.com/blog/1103134Service(URL,QName,WebServiceFeature[])isundefined原因是CXF自带的javax.xml.service版本高过jdk的javax.xml.service。一个解决办法是:在使用wsdl2java时,加入参数-frontendjaxws21这个问题的消息解释可以在这里看到:http://david-commerce.iteye.com/blog/978313
  • 标签:Web Service Webservice URL

http://huangyunbin.iteye.com/blog/1103134

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

原因是CXF自带的javax.xml.service 版本高过 jdk的javax.xml.service。

一个解决办法是:

在使用wsdl2java时,加入参数 -frontend jaxws21

这个问题的消息解释可以在这里看到 :

http://david-commerce.iteye.com/blog/978313
发表评论
用户名: 匿名