Correct Answer : All of the above
Explanation : All of the above options are components of a web service architecture.
Correct Answer : Web Services Description Language
Explanation : In contract-last, you expose an existing service interface as a web service whose service contract is generated automatically.
Explanation : In contrast, the contract-first approach encourages you to think of the service contract first, in terms of XML, using XML schema (.xsd) and WSDL.
Correct Answer : Service Description
Explanation : Service Description is responsible for describing the public interface to a specific web service.
Correct Answer : Both (A) and (B)
Explanation : All of the above options are true about Web Services RPC.
Correct Answer : True
Explanation : Just like that between an object model and a relational model.
Explanation : Spring comes with several service exporters that can export a bean as a remote service based on the RMI, Hessian, Burlap, or HTTP Invoker remoting technologies.
Correct Answer : JAX-RPC
Explanation : The standard for deploying web services on the Java EE platform as of Java EE 1.4 was called JAX-RPC. It supported SOAP 1.0 and 1.1, but didn’t support message-oriented web services.
Explanation : If you are deploying into a Java EE 5 (or better) container, you may simply create a bean that is annotated with javax.jws.WebService or javax.jws.WebServiceProvider and deploy that into a container in your web application.
Explanation : It will generate the configuration (a file called sun-jaxws.xml) and wrapper beans required to expose your service.
Explanation : Spring provides a factory that can export beans annotated with javax.jws.WebService or javax.jws.WebServiceProvider inside the Spring context and then publishes the services using the JAX-WS runtime.
Explanation : You can build a Java-based web service on Solaris that is accessible from your Visual Basic program that runs on Windows.
Explanation : The web service interface can change over time without compromising the client's ability to interact with the service.
Explanation : Exposing a stand-alone SOAP endpoint using the SimpleJaxWsServiceExporter or the support for JAX-WS in a Java EE container in conjunction with Spring is simple, but these solutions ignore the largest cross-section of developers—people developing on Tomcat.
Correct Answer : jaxws:endpoint
Explanation : For our example, we’ll embed CXF since it’s robust, fairly well tested, and provides support for other important standards like JAX-RS, the API for REST-ful endpoints.
Explanation : Tomcat doesn’t support JAX-WS by itself, so we need to help it by embedding a JAX-WS runtime. There are many choices, and you’re free to take your pick. Two popular choices are Axis2 and CXF, both of which are Apache projects.
Correct Answer : Communication protocol
Explanation : The service provider implements the service and makes it available on the Internet.
Explanation : Service Discovery is responsible for centralizing services into a common registry and providing easy publish/find functionality.
Correct Answer : Service Provider
Explanation : The service Provider implements the service and makes it available on the Internet.
Correct Answer : XML Messaging
Explanation : XML Messaging is responsible for encoding messages in a common XML format so that messages can be understood at either end.
Correct Answer : Blocks Extensible Exchange Protocol
Correct Answer : Web Services
Correct Answer : Big Web Services
Correct Answer : XML
Correct Answer : XML + HTTP
Explanation : Web services allow various applications to talk to each other and share data and services among themselves.
Explanation : All of the above options are true about behavioral characteristics of web services.
Correct Answer : Both of the above
Correct Answer : SOAP, UDDI, WSDL
Correct Answer : Remote Procedure Calls
Correct Answer : Representation State Transfer
Correct Answer : Simple Object Access Protocol
Correct Answer : Different platforms
Correct Answer : RPC/literal
Correct Answer : XML and SOAP
Correct Answer : Open protocols
Correct Answer : Universal Description, Discovery and Integration