Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.9, 2.1.3
-
None
-
None
Description
If you use a wsdl with a mime binding, but don't enable the code generator to know about it via the <enableMIMEContent>true</enableMIMEContent> jaxb customization, the resulting code does not work for text/plain or octect-stream. The generated code uses a String for text/plain and byte[] for octects, but the SwA interceptors won't map to those types.