`
a175335
  • 浏览: 16655 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

runtime modeler error: Wrapper class com.web.cxf.service.jaxws.SayHello is not f

    博客分类:
  • cxf
阅读更多
@WebService
@SOAPBinding(style=Style.RPC)
public interface HelloWorld {


public String sayHello(String name);


}
jdk1.6版本在编写webservice时会报runtime modeler error: Wrapper class com.web.cxf.service.jaxws.SayHello is not found. Have you run APT to generate them?的错误
解决办法需要在添加@SOAPBinding(style=Style.RPC)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics