问题描述
- java webservice 报错
-
Exception in thread "main" javax.xml.ws.WebServiceException: WSDL file:/C:/Workspaces/MyEclipse%208.6/08-SOA/WebRoot/WEB-INF/classes/META-INF/wsdl/user.wsdl has the following services [{http://service.ok.com.cn}UserService] but not {http://service.ok.com.cn/}UserService. Maybe you forgot to specify a serviceName and/or targetNamespace in @WebService/@WebServiceProvider? at com.sun.xml.internal.ws.server.EndpointFactory.verifyPrimaryWSDL(EndpointFactory.java:466) at com.sun.xml.internal.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:144) at com.sun.xml.internal.ws.api.server.WSEndpoint.create(WSEndpoint.java:498) at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:246) at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:170) at com.sun.xml.internal.ws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:113) at javax.xml.ws.Endpoint.publish(Endpoint.java:240) at cn.com.ok.service.MyServer.main(MyServer.java:12)
解决方案
http://service.ok.com.cn/
后面多了个 '/' ?
时间: 2024-10-28 16:32:19