1.
Which two statements are true about WSIT client development and using the WSIT configuration file? (Choose two.)
2.
According to the WS-I Basic Profile 1.0a, what is true about the SOAP 1.1 encodingStyle attribute?
3.
Choose the statement that best describes the use of Enterprise Beans as JAX-RS root resources:
4.
Where can a developer specify confidentiality or integrity constraints on communications with a Enterprise Bean exposed as a JAX-RS root resource?(Choose one)
5.
Given this class: Choose the statement that best describes the potential to write a client implemented using JAX- WS to interact with the JAX-RS (restful) web service defined by this class (Choose one):
6.
Given that a web service endpoint is based on the stateless session EJB: Which is true about the security roles of clients of MrBean? (Choose one)
7.
Choose the option that best describe the deployer's choices, when deploying an EJB that is also exposed as a RESTful web service using JAX-RS (Choose one):
8.
A developer needs to write a Web service that supports user sessions that timeout after 120 seconds. Which configuration file is correct for the developer use? (Choose one)
9.
A developer creates the following web service: Assuming that he packages the class in a war file without deployment descriptors, the web service is hosted by a EE container relative to module context at ? (Choose one)
10.
Given the resource class fragment: Choose the code fragment below that would secure access only to the Resource update() method (Choose one):