JAX-WS is the successor to JAX-RPC. Which of the following are reasons why a developer may chose to
migrate from JAX-RPC to JAX-WS in IBM WebSphere Application Server V7.0?

A.
JAX-RPC is deprecated in Java EE 5. All Web services within a Java EE 5 module need to be JAX-WS-based
Web services.
B.
A JAX-RPC service is returning attachments to clients and many of the new clients will be Microsoft .NET
clients.
C.
A JAX-RPC developed Web service would like to leverage WS-ReliableMessaging in order to ensure reliable
and interoperable Web services.
D.
A JAX-RPC developer wants to expose a service defined as WSDL 2.0 in order to upgrade to the next level
of Web services specifications.
E.
A JAX-RPC Web service needs to take advantage of WS-Addressing and needs to return a endpoint
reference pointing to another Web service.
F.
A JAX-RPC Web service developer wants to schema validate a message using JAXB by using a JAX-WS
provider combined with JAXB.