I am using castor on both client and server side for xml-marshalling
Even though i use the same mapping file on both the sides,on server side the request to response cycle is successfull .but on client side it says
Code:org.springframework.oxm.castor.CastorUnmarshallingFailureException: Castor unmarshalling exception: unable to find FieldDescriptor....


Reply With Quote