When creating a new JAX-WS Web service using the Web Service Wizard in IBM Rational Application Developer V7.5, the developer selected the option to create the deployment descriptor. In which directory will the webservices.xml file be generated?
A. Web Content/WEB-INF
B. WebContent/WEB-INF/wsdl
C. Web Content/META-INF
D. WebContent/webservices
正解:A
質問 2:
Which of the following are ways for a JAX-WS-based service to enable the usage of MTOM for binary data?
A. @MTOMAttachments(enabled=true)
B. @BindingType(value=javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING)
C. @BindingType(value=javax.xml.ws.soap.SOAPBinding.SOAP11HTTP,mtom=true)
D. @Attachments(mtom=true)
E. @MTOM(enabled=true)
正解:B,E
質問 3:
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?
A. Configure TCP/IP Monitor to monitor SOAP messages
B. Specify custombindings files
C. Associate the Web service project with an EAR
D. Enable MTOM support
E. Publish the Web service to a UDDI registry
正解:B
質問 4:
Which one of the following is NOT a standard property of the Binding Provider class from the JAXWS API?
A. The SOAP Action
B. The ability to maintain HTTP session state
C. A timeout value for the HTTP request
D. The endpoint address
E. A username and password for basic authentication
正解:C
質問 5:
Which of the following is TRUE of the endptEnabler command?
A. It creates a bottom-up Web service from a stateless session EJB
B. It adds a HTTP or JMS router module to an EJB-based Web service application
C. It generates IBM-specific deployment classes for a Web service application
D. It requires an EJB Java archive (JAR) file as input
正解:B
質問 6:
Which statement is true for WS-Security Kerberos Token Profile?
A. It leverages the SPNEGO protocol
B. It can be used to provide asymmetric cryptography protection
C. It can only be used for authentication
D. It can be used to provide session-based security
正解:D
質問 7:
A developer wants to automate their build process for testing, and would like to import a policy set, x.zip. Which of the following wsadmin tasks correctly identifies the syntax the developer would use?
A. AdminTask.policySetImport('[-file /tmp/x.zip]')
B. AdminTask.policySetImport('[-import File /tmp/x.zip]')
C. AdminTask.importPolicySet('[-import File /tmp/x.zip]')
D. AdminTask.importPolicySet('[-file /tmp/x.zip]')
正解:C




0 お客様のコメント