A developer is building a JAX-WS Web service to be deployed on IBM Web Sphere
Application Server V7.0. The service consumers are financial institutions with client applications using Microsoft .NET V3.5. The service will be used to retrieve image files and send them to the financial institutions. What is the recommended approach to send the image files?
Answer : C
A developer is creating a JAX-WS Web service. The Web service will be used to sendcheque image file from the provider to the requestor. Given the following extract:
@MTOM(enabled=true, threshold=50)
@Web Service(name="Image Service",
target Namespace="http://com.test.ImageService")
public class Image Provider {
What does the threshold parameter indicate?
Answer : D
An online retailer would like to expand the supply chain Web service application by adding new third party suppliers. Some of the key non-functional requirements include: support for vendor interoperability, loose coupling, long running processes, and to coordinate the order fulfillment across multiple suppliers. The application logic needs to be able to adjust the business processes to accommodate the success or failure of downstream suppliers being able to satisfy the request. Which of the following quality of service standards should be used for the Web services?
Answer : B
A bank would like to design a JAX-WS Web service to transfer funds. The server will be deployed to IBM Web Sphere Application Server V7.0.Two key requirements are to ensure:
1) the request is only sent once 2) cross vendor interoperability What is the best way to accomplish this?
Answer : C
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?
Answer : D
A media company would like to provide an online Web service to encode video in a different format for a fee. The encoding could take hours or days to finish based on the length of the video. The client machine may be restarted after submitting the request and should be able to receive the encoded video. Web services client implementation: 1)
Asynchronous invocation 2) Wire level asynchronous invocation 3) Using two one way messages, one for request and one for response Quality of service: a) WS-Reliable
Messaging b) WS-Reliable Messaging with Transaction enabled
(enableTransactionalOneWay) What is the correct way to call the Web service including the qualities of service?
Answer : F
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?
Answer : B
A developer is creating a new Web service from a Java bean. Which of the following tasks
CANNOT be performed using the Create Web Service Wizard in IBM Rational Application
Developer V7.5?
Answer : B
A user wants to specify the WSDL style of a newJAX-WS Web service based on a
JavaBean. Using the Web service generation wizard, which of the following are valid combinations?
Answer : C,E
Refer to the exhibit.
What could be preventing the developer from modifying some properties in the wizard?
Answer : A
Refer to the exhibit.
Using the JavaBean in Exhibit 1, the developer runs the following: wsgen -class path
.\classes wsdl test.BookWhat artifacts are generated when the command completes?
Answer : D
Refer to the exhibit, and identify the WSDL elements shown by the arrows.
Answer : A
Using the WSDL editor, how can a developer create anew message for an operation input?
Answer : B
A developer uses wsimport to generate Web service client artifacts. What will the wsdllocation attribute do?
Answer : A
Refer to the exhibit.
A developer uses the Web service client wizard in IBM Rational Application Developer.
What will be different in the generated artifacts?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us