这个异常在oracle jaxd-ws soap web服务中意味着什么

时间:2012-11-09 07:40:18

标签: java web-services jax-ws

  

javax.xml.ws.soap.SOAPFaultException:无法解析传入   请求   com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197)     在   com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130)     在   com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125)     在   com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)     在com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)at   $ Proxy603.getdocumenttypes(未知来源)at   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     在   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     在java.lang.reflect.Method.invoke(Method.java:597)at   weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)     at $ Proxy599.getdocumenttypes(Unknown Source)at   cmic.img.MSPlugin.getDocumentTypes(MSPlugin.java:164)at at   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     在   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     在java.lang.reflect.Method.invoke(Method.java:597)at   com.sun.jersey.server.impl.model.method.dispatch.Abs​​tractResourceMethodDispatchProvider $ TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:168)     在   com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:70)     在   com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:279)     在   com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:136)     在   com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:86)     在   com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:136)     在   com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:74)     在com.sun.jersey.server.impl.application.WebApplicationImpl

1 个答案:

答案 0 :(得分:0)

我已经找到了问题..实际上我们的客户端正在使用带有负载均衡器的服务器集群。在调查每一端之后,我发现| SOAP信封没有Web服务所解释的正确结构。负载均衡器将请求重定向到服务器时发生。当我在服务器上重新安装SOAP Web服务EAR FILE时,它已得到解决。