SOAPFaultException:错误解组返回

时间:2013-05-14 08:42:32

标签: web-services persistence jax-ws unmarshalling

我无法从WebService获取person-object,并且始终收到此错误消息。由于我甚至没有使用这个IndirectList,我想知道我可能做错了什么。任何想法或您是否需要更多信息?

Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.IndirectList at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(Unknown Source) at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(Unknown Source) at com.sun.proxy.$Proxy34.checkLogin(Unknown Source) at KundeClient.main(KundeClient.java:20)

1 个答案:

答案 0 :(得分:1)

我有同样的问题

error unmarshalling return; nested exception is: 
java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.IndirectList

也许你可以找到here