In WebSphere Application Server Developer Tools with default settings, which situation willcause validation errors instead of warnings in theProblems view?
A. The closingtag of a form element in an HTML page is omitted and the file issaved.
B. An optional header of a bundle manifest file ismisspelled in the Source view, and the fileis then saved.
C. A user is added to a basic user registry in theLibertyserver.xmlfile with a name anda password, without the password beingencoded.
D. A package is used and specified in anImport-Packageheader of a bundlemanifest file, and no correspondingExport-Packageheader exists for the samepackage in the manifest file of anotherbundle in the workspace.
Refer to the WSDL extract in the Exhibit. What type of operation is this?
A. One-way
B. Notification
C. Solicit response
D. Publish/subscribe
E. Request/response
Which of the following standards does the WS-Organization recommend for Web services according to WS-I Basic Profile (BP)1.1?
A. WSDL 1.1, SOAP 1.1
B. WSDL 1.1, SOAP 1.1, MTOM
C. WSDL 1.1, SOAP 1.1, SOAP 1.2
D. WSDL 1.1, SOAP 1.1, SOAP 1.2, MTOM
E. WSDL 1.1, SOAP 1.1, SOAP with Attachments
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
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. Enable MTOM support
B. Specify custom bindings files
C. Publish the Web service to a UDDI registry
D. Associate the Web service project with an EAR
E. Configure TCP/IP Monitor to monitor SOAP messages
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?
A. RPC Encoded
B. RPC Wrapped
C. Document Bare
D. Document Literal
E. Document Wrapped
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.
Which of the following is TRUE of the endptEnabler command?
A. It requires an EJB Java archive (JAR) file as input
B. It creates a bottom-up Web service from a stateless session EJB
C. It generates IBM-specific deployment classes for a Web service application
D. It adds a HTTP or JMS router module to an EJB-based Web service application
A developer would like to create a generic endpoint implementation to handle XML-based Web service and use it to host multiple endpoints.
Which of the following annotations would BEST be used to support that Service Implementation Bean?
A. @Web Method
B. @Web Service
C. @Service Mode
D. @WebServiceProvider
Which one of these steps does NOT apply when a developer is setting a JAX-WS Web service to be SOAP 1.2 compliant?
A. Use a JAX-WS Binding Type annotation
B. Set a property on the SOAP Binding object
C. Specify wsdl:Xsoap1.2 as a flag during wsgen
D. Specify in the WSDL to use a SOAP 1.2 SOAP binding in the WSDL binding