问题描述
- CXF+Spring做webservice 部署在was服务器上报错
-
Error 500: javax.servlet.ServletException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'handService': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
解决方案
Spring 部署CXF 框架--WebService
spring cxf webservice
解决方案二:
这应该和CXF没关系,是你自己一个叫handService的类没有申明,在配置文件里申明一下,或是在类上加上@service注解
时间: 2024-11-01 20:17:46