Description
CXF seems not to add the javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter annotation when running the wsdl2java tool against a wsdl with a message like this:
<message name="inoutSimpleTypesResponse">
...
<part name="varHexBinary" type="xsd:hexBinary" />
</message>
This should cause the corresponding param in one of the SEI method to have a @XmlJavaTypeAdapter(HexBinaryAdapter.class) .