Oracle
1Z0-897 · Question #34
Given this class: Choose the statement that best describes the potential to write a client implemented using JAXWS to interact with the JAX-RS (restful) web service defined by this class (Choose one):
The correct answer is C. It is possible, since the JAX-WS API can be used to create a client that uses a simple raw XML protocol. See the full explanation below for the reasoning.
Question
Given this class:
Choose the statement that best describes the potential to write a client implemented using JAXWS to interact with the JAX-RS (restful) web service defined by this class (Choose one):
Options
- AIt is impossible, since JAX-WS requires that the underlying interaction be SOAP-based, and JAX-RS
- BIt is impossible, since JAX-RS does not support the same extension mechanism via JAX-WS Handlers
- CIt is possible, since the JAX-WS API can be used to create a client that uses a simple raw XML protocol
- DIt is possible, since a JAX-WS proxy Port type can be generated to use a simple raw XML protocol to
How the community answered
(39 responses)- A8% (3)
- B15% (6)
- C74% (29)
- D3% (1)
Community Discussion
No community discussion yet for this question.