我无法从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)
答案 0 :(得分:1)
我有同样的问题
error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.IndirectList
也许你可以找到here。