IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile v3.0 (C2180-319)

Page:    1 / 5   
Total 75 questions

What can be used to test and publish Web services toIBM UDDI?

  • A. Web Services Explorer
  • B. IBM UDDI Test Registry
  • C. Universal Test Client (UTC)
  • D. Web services sample test JSPs


Answer : A

Which of the following can be changed using Web Services Explorer?

  • A. Endpoint URL
  • B. Policy Set Attachment
  • C. Adding HTTP Headers
  • D. Adding SOAP Headers
  • E. Input values to the request
  • F. JSR-109 Deployment Descriptors


Answer : A,D,E

In IBM Rational Application Developer V7.5, which tool is BEST for testing JAX-WS application with MTOM attachments?

  • A. TCP/IP Monitor
  • B. Web Services Explorer
  • C. Generated Test JSP Client
  • D. Universal Test Client (UTC)


Answer : C

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)


Answer : C

Which IBM Rational Application Developer V7.5 tool can be used to validate the SOAP messages against WS-I standards?

  • A. TCP/IP Monitor
  • B. Profiling Monitor
  • C. Web Services Explorer
  • D. Universal Test Client (UTC)


Answer : A

Which of the following is a supported method for validating WS-I compliance using IBM
Rational Application Developer V7.5?

  • A. Use the TCP/IP Monitor to save and review the WS-I message log
  • B. Use the Web Services Explorer to load the Web service and select Validate Service
  • C. Use the Universal Test Client (UTC) to invoke the Web service and view the response source
  • D. Use the Profiling tools to profile the execution of the Web service and define a Watch for the SOAP messages


Answer : A

Refer to the exhibit. Weather? Web service is configured under the WeatherBeanWeb context. From the diagram in the exhibit, what is the correct URI for TCP/IP Monitor to work?

  • A. http://localhost/WeatherBeanWeb/services/Weather
  • B. http://localhost:9083/WeatherBean/services/Weather
  • C. http://localhost:9090/WeatherBean/services/Weather
  • D. http://localhost:9083/WeatherBeanWeb/services/Weather
  • E. http://localhost:9090/WeatherBeanWeb/services/Weather


Answer : D

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


Answer : C

Refer to the Exhibit. While creating a new TCP/IP Monitor on IBM Rational Application
DeveloperV7.5, if the HTTP option is selected, which one of the following is a valid statement?

  • A. The TCP/IP Monitor ensures that the SOAP traffic is WS-I Compliant
  • B. All the requests are sent byte for byte and the TCP/IP Monitor will not translate or modify any requests that it forwards
  • C. The requests from the Web browser are modified so that the HTTP header points to the remote machine and separated if multiple requests are received in the same connection.
  • D. The TCP/IP Monitor gets a handle of the SOAP envelop and if a WS-Addressing header exists, modifies the wsa:To header to specify the end point of the remote machine dynamically


Answer : C

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


Answer : D

A developer has a Web service-enabled EnterpriseJavaBean Java archive (JAR) module within an EAR file. Which of the following command line tools will add one or more router modules to the EAR file?

  • A. Wsadmin
  • B. Wsdeploy
  • C. Ejbdeploy
  • D. Endptenabler


Answer : D

Which one of the following is NOT a standard property of the Binding Provider class from the JAX-WS API?

  • A. The SOAP Action
  • B. The endpoint address
  • C. A timeout value for the HTTP request
  • D. The ability to maintain HTTP session state
  • E. A username and password for basic authentication


Answer : C

Which one of the mechanisms CANNOT be used directly by the JAX-WS dynamic APIs for
Dispatch or Provider?

  • A. Source
  • B. Data Source
  • C. Input Stream
  • D. JAXB Objects
  • E. SOAP Message


Answer : C

A developer is writing a Web service operation namedgetQuote?Select the proper code to obtain the HTTP Query String used in the request:

  • A. public String get Quote (String input String, Message Context mc) { mc.get(MessageContext.QUERY_STRING); ...
  • B. public String get Quote (String input String, WebServiceContext wc) { wc.getMessageContext().get(MessageContext.QUERY_STRING); ...
  • C. @Resource private WebServiceContext context; Public String get Quote (String input String) { context.getMessageContext().get(MessageContext.QUERY_STRING); ...
  • D. @WebServiceContext private WebServiceContext context; Public String get Quote (String input String) { context.getMessageContext().get(MessageContext.QUERY_STRING); ...
  • E. @Resource private Resource context; Public String get Quote (String input String) { ((Message Context)context).get(MessageContext.QUERY_STRING); ...


Answer : C

JAX-WS 2.x does not have a mechanism to validate incoming requests as part of the specification. However, it can be implemented using JAXB 2.x APIs and using a JAX-WS provider. Which of the following uses the recommended mechanism for turning on schema validation for a request?



Answer : C

Page:    1 / 5   
Total 75 questions