Which two statements are true about JAX-WS support for data bindings? (Choose two.)
A.
Data binding is performed with only generated classes to reduce errors and hide complexity.
B.
JAXB 2.0 is preferred.
C.
Inline binding declarations with XML Schema are NOT supported for JAXB 2.0.
D.
SAAJ 1.3 is supported for data binding with SOAP.
E.
JAX-RPC data binding is recommended for cross-platform interoperability.
B D
correct
SAAJ enables developers to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note.
Developers can also use it to write SOAP messaging applications directly instead of using JAX-RPC or JAX-WS.
JAX-WS RI 2.2.6 uses JAXB 2.2 for data-binding between Java and XML which enables features such as separate compilation, type substitution and other improvements.
https://jax-ws.java.net/nonav/2.2.6/docs/ch03.html