當前位置:編程學習大全網 - 網站源碼 - 關於spring集成cxf的問題,運行tomcat之後壹直提示 No services have been found.快煩死了。

關於spring集成cxf的問題,運行tomcat之後壹直提示 No services have been found.快煩死了。

妳配置 <jaxws:endpoint id="wxBsOrgaGisAddService" implementor="#wxBsOrgaGisAddServiceImpl" address="/hello"></jaxws:endpoint>

這個應該不對。

試試這個:

blogs.com/hoojo/archive/2011/03/30/1999563.html

我都是這樣用,沒有問題

<jaxws:server id="userService"serviceClass="com.skyon.cxf.IComplexUserService"address="/Users">

<jaxws:serviceBean>

<!-- 要暴露的 bean 的引用 -->

<ref bean="userServiceBean"/>

</jaxws:server>

  • 上一篇:如何為新路由器編譯openwrt
  • 下一篇:中國病毒...
  • copyright 2024編程學習大全網