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