What do you mean by "tomcat eclipse"--is your *client* running on Tomcat? As I understand, your web service provider is running fine, the problem is with your Java client (or am I misunderstanding?) Are you using Maven for your project (would be nice if you were)!

If the problem is with the web service provider, you might wish to deploy on a standalone Tomcat (outside of Eclipse) to first rule out any lib or jar headaches being created by Eclipse (http://www.jroller.com/gmazza/entry/web_service_tutorial#WFstep8). If the problem with your SOAP client, again, if you can activate it outside of the IDE (say, using Ant or Maven) that would rule out Eclipse being the problem.

Glen

On 09/25/2012 04:16 PM, applebee wrote:
I have the JAXB ObjectFactory class, from the WSDL2JAVA generated classes.

when I wrote the test case for my client save method also it is creating a
new record in database.

But when running on tomcat eclipse, it is giving me that error..



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Unmarshalling-Error-CXF-tp5714722p5714738.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to