您的位置:首页 > 运维架构 > Apache

WebService报错:org.apache.cxf.interceptor.Fault: No such operation

2015-10-27 16:25 627 查看
2015-10-19 16:07:55 WARN  LogUtils[LogUtils.java:369] - Interceptor for {http://impl.ws.platform.zbxsoft.com/}payService has thrown exception, unwinding now

org.apache.cxf.interceptor.Fault: No such operation:  (HTTP GET PATH_INFO: /ZDCL/service/ZdclSverver)

    at org.apache.cxf.interceptor.URIMappingInterceptor.handleMessage(URIMappingInterceptor.java:88)

    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255)

    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)

    at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:311)

    at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:280)

    at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)

    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:931)

    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:868)

    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)

    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)

    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)

    at org.eclipse.jetty.server.Server.handle(Server.java:352)

    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)

    at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1051)

    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)

    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)

    at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)

    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:508)

    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)

    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)

    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:451)

    at java.lang.Thread.run(Thread.java:619)

解决方法:

将原调用的地址:http://localhost:8080/ZDCL/service/ZdclServer

改为:http://localhost:8080/ZDCL/service/ZdclServer?wsdl

注:加了?wsdl后就可以了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: