1.
A developer is asked to determine which Web services approach is correct for a new project. A SOAP-based Web service must be created and deployed in an environment where many customers will use it. These customers will be responsible for developing their own clients using different frameworks, based on the published WSDL. Which approach is correct to use first in this situation? (Choose one)
2.
Which of the following can an EJB-based web service endpoint may NOT be able to use ?
3.
A developer is creating a web service endpoint using a stateless session EJB. What must be the value for for the above service in the webservices.xml ? (Choose one)
4.
Given the class: Choose the option that describes what would happen if this class were deployed (Choose one):
5.
Which of the following is NOT true about configuring handlers on a Web Service endpoint? (Choose one)
6.
Choose the JAX-RS type that is used to produce URLs to resources, given the resource class, to incorporate into resource responses (Choose one):
7.
If you are developing a Web Service starting from WSDL 1.1, how would you declare in wsdl that the Web Service requires the use of Addressing in a standard and interoperable way.
8.
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
9.
What is an advantage of enabling Addressing feature on an endpoint?
10.
Which statement is true about StAX?