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):
A.
It is impossible, since JAX-WS requires that the underlying interaction be SOAP-based, and
JAX-RS does not support SOAP.
B.
It is impossible, since JAX-RS does not support the same extension mechanism via JAX-WS
Handlers that JAX-WS supports.
C.
It is possible, since the JAX-WS API can be used to create a client that uses a simple raw XML
protocol to interact with a service at a given URL.
D.
It is possible, since a JAX-WS proxy Port type can be generated to use a simple raw XML
protocol to interact with a service at a specific fixed URL.