CWLAP0502E The input of type 0 and output of type 1 is not supported by JAXBDataHandler. Check the java name 2 and corresponding BO type 3 4.
Explanation
This data handler supports java bean as input and data object as output when transforming from native data to data object. It supports data object input and java output when transforming from data object to native data.
User response
When calling the transform API on this data handler, ensure that the input and output is either java bean or data object.