READ Free Dumps For Oracle- 1z0-897
Question ID 4530 | In the following situation, Client C sends a SOAP request to Service S and the response is to be processed by a third party response processor R. Which of the following SOAP headers in the request message convey the intention? Assume the endpoint reference of Service S is |
Option A | A. <s11:Header> |
Option B | B. <s11:Header> |
Option C | C. <s11:Header> |
Option D | D. <s11:Header> |
Correct Answer | C |
Question ID 4531 | HTTP clients can provide authentication information to the server via the "Authorization" header in the HTTP request. Choose the alternative, if any, that would serve as the definition for a resource method that would allow a JAX-RS resource to obtain this authentication data (Choose one): |
Option A | A. It is impossible for a JAX-RS resource to obtain this information, since low-level HTTP data is not presented to the JAX-RS application layer. |
Option B | B. @GET @Path("/authInfo") |
Option C | C. @GET @Path("/authInfo/{AUTHENTICATE}") public String getAuthInfo( |
Option D | D. @GET @Path("/authInfo") |
Correct Answer | D |