CXF 发布 WebService,启动tomcat失败

cxf-servlet.xml的配置文件
图片说明

严重: StandardWrapper.Throwable
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testService': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: Failed to load service endpoint interface.

address的值 /去掉,,,里面的接口和实现接口加上@WebService。

谢谢各位,本人已解决。。