java.lang.NoClassDefFoundError: weblogic/xml/domimpl/Saver
Hi all,
We have a web application which is a consumenr of a web service.
This web service client application gets the following error.
We could nort find the reason.
Any suggestion ??
java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [weblogic/xml/domimpl/Saver
] FaultActor [null] Detail [<detail><javatring>java.lang.NoClassDefFoundError: weblogic/xml/domimpl/Saver
</javatring></detail>]; nested exception is:
weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: weblogic/xml/domimpl/Saver
at com.thy.webservice.baggage.LostBaggage_Stub.getLostBaggage(Unknown Source)
at alcs.baggage.BaggageManager.getBaggageDetails(BaggageManager.java:64)
at com.thy.baggage.action.GetDetailAction.execute(GetDetailAction.java:63)
] FaultActor [null] Detail [<detail><javatring>java.lang.NoClassDefFoundError: weblogic/xml/domimpl/Saver
</javatring></detail>]; nested exception is:
weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: weblogic/xml/domimpl/Saver
at com.thy.webservice.baggage.LostBaggage_Stub.getLostBaggage(Unknown Source)
at alcs.baggage.BaggageManager.getBaggageDetails(BaggageManager.java:64)
at com.thy.baggage.action.GetDetailAction.execute(GetDetailAction.java:63)
0