Wednesday, December 4, 2013

Mapping domain model objects to wsdl generated classes in Java

There are cases where an application must communicate with an external web service and most of the times the mapping between the application's domain objects and wsdl objects is manually done through custom converters and processors. Dozer framework is a mapping framework that simplifies the mapping between two objects and in this tutorial we will see how to map domain objects to XMLBeans generated wsdl objects.


No comments:

Post a Comment