An IBM WebSphere Application Server, V5.0 log file contains a message type of "E". What does the "E" signify?
A. Event
B. Error
C. Exception
D. Entry to a method
Which of the following is NOT a valid property for configuring the WebSphere internal JMS server?
A. Initial State
B. Queued Port
C. Queue Name
D. Host Name
A company is developing a travel portal application using three Web services to complete the booking process for flights, hotels and car rental. The booking process is successful only if all three Web services are successful in completing the booking of flights, hotels and car rental.
Which of the following statement is true for the Web service client implementation to accomplish the booking process requirement?
A. Enable WS-Coordination only for the 3 Web services
B. Enable WS-Atomic Transaction only for the 3 Web services
C. Create a global transaction using Java Transaction API (JTA) User Transaction interface
D. Create a global transaction using Java Transaction API (JTA) User Transaction interface and enable WS-Atomic Transaction for the 3 Web services
A company is planning to deploy a key business function implemented as a JAX-WS Web service. The Web service will be consumed by IBMWebSphere Application Server V7.0 and Microsoft .NET clients. Currently, theWeb services is secured by WS-Security.
What is the BEST way to communicate policy to the consumers?
A. Export the Policy Set and publish the Policy Set on a web site for download
B. Enable the provider to export WS-Security Policy annotated WSDL via HTTP GET
C. Enable the provider to export WS-Security Policy annotated WSDL via WS-Policy Exchange
D. Enable the provider to export WS-Security Policy annotated WSDL via WS-Metadata Exchange
Using the WSDL editor, how can a developer create anew message for an operation input?
A. 1. In the Graph view, right-click on space below the message column
2.
Select New -> Message
3.
Provide the name of the new message and click OK
B. 1. In the Design view, right-click on the input message under the operation table
2.
Select Set Message -> New Message
3.
Provide the name of the new message and click OK
C. 1. In the Design view, select the input message under the operation table
2.
Click on the Add message icon in the tool bar
3.
Provide the name of the new message and click OK
D. 1. In the Graph view, right-click on the name of the input message
2. Select New -> Message
3. Provide the name of the new message and click OK
A. It will specify the WSDL location in the generated artifacts.
B. It will specify the location of the WSDL from which to generate the Web service client artifacts
C. It will specify the relative location of the WSDL file from which to generate the Web service client artifacts
D. It will ensure that the WSDL is packaged appropriately in the EAR file.
A developer uses the Web service client wizard in IBM Rational Application Developer. What will be different in the generated artifacts?
A. Additional methods will be generated to invoke the Web service.
B. A JAX-RPC handler is created to handle the response from the Web service.
C. The ibm_webserviceclient_bnd.xmi file specify that the invocation is asynchronous.
D. There is no change in the generated artifacts, only the methods called from the actual client will vary.
A developer suspects there is a problem in JAX-B serialization in the client side. Which tool can be used to test the Web Services by bypassing JAXB?
A. WSDL Explorer
B. TCP/IP Monitor
C. Generated Test JSP Client
D. Universal Test Client (UTC)
Which of the following scenarios can be BEST monitored using TCP/IP Monitor?
A. SOAP/JMS
B. WS-Coordination messages
C. synchronous message exchange pattern over HTTP
D. synchronous message exchange pattern over HTTPS/SSL
A developer is using the Web container programming model as per JSR109. Which statement regarding the Service Implementation Bean is true?
A. The class can be final
B. The class must define finalize() method
C. The class must have a default public constructor
D. The class can save client specific state across method calls using instance variables