A2180-371 無料問題集「IBM Assessment: Web Services Development for IBM WebSphere Application Server V7.0」
A developer is creating a JAX-WS Web service. The Web service will be used to send cheque 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?
@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?
正解:D
解答を投票する
A developer has an @WebServiceRef annotation defined in a web service client. @WebServiceRef(name="java:comp/env/service/AddressBookService", AddressBookService.class)AddressBookPort port; ... Address address = port.getAddress (John Doe); What element in the deployment descriptor defines the value of "name"?
正解:A
解答を投票する
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?
正解:C
解答を投票する