Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.2.9
-
None
-
JDK 1.6,
-
Advanced
Description
Hi,
I have an existing web service developed using Axis 1.2 where I use Castor Mapping API and perform custom mapping for the request xml received and outgoing response xml.
Example:
Request: <soap:body><Person ><fname>abc</name><id>rta</id></soap:body>
Mapping: Person - > Employee; name -> fullName; id - > employeeId
Objects inside my service :
public class Employee
{ private String fullName; private String employeeId }Is there any similar and flexible way of doing a custom mapping in CXF. Please suggest.
Thanks,
Asif Ali Mohammed.