web services - SOAPFaultException: error unmarshalling return -


i'm having trouble getting person-object webservice , error message. don't use indirectlist, wondering possibly doing wrong. ideas or need more information?

exception in thread "main" javax.xml.ws.soap.soapfaultexception: error unmarshalling return; nested exception is: java.lang.classnotfoundexception: org.eclipse.persistence.indirection.indirectlist @ com.sun.xml.internal.ws.fault.soap11fault.getprotocolexception(unknown source) @ com.sun.xml.internal.ws.fault.soapfaultbuilder.createexception(unknown source) @ com.sun.xml.internal.ws.client.sei.syncmethodhandler.invoke(unknown source) @ com.sun.xml.internal.ws.client.sei.syncmethodhandler.invoke(unknown source) @ com.sun.xml.internal.ws.client.sei.seistub.invoke(unknown source) @ com.sun.proxy.$proxy34.checklogin(unknown source) @ kundeclient.main(kundeclient.java:20)

i have same problem

error unmarshalling return; nested exception is:  java.lang.classnotfoundexception: org.eclipse.persistence.indirection.indirectlist 

maybe can find here.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -