In IBM Rational Application Developer V7.5, which tool is BEST for testing JAX-WS application with MTOM attachments?
A. Web Services Explorer
B. TCP/IP Monitor
C. Universal Test Client (UTC)
D. Generated Test JSP Client
正解:D
質問 2:
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?
A. GetIsbnRequest.class, GetIsbnResponse.class
B. GetIsbn.class, GetIsbnResponse.class
C. BookService.wsdl, GetIsbnRequest.class, GetIsbnResponse.class
D. BookService_schema1.xsd,BookService.wsdl, GetIsbnRequest.class,GetIsbnResponse.class
E. BookService_schema1.xsd,BookService.wsdl, GetIsbn.class, GetIsbnResponse.class
正解:E
質問 3:
A developer has exposed an internal-hosted service (an inbound service) to the outside world using a Service Integration Bus (SIBus).When an incoming request for the service is received, what usually happens?
A. Incoming requests are received at a port destination, then passed to an inbound port and sent on to the service destination. Responses follow the same path in reverse.
B. Incoming requests are received at a port destination, then passed to a mediation point and sent on to the service destination. Responses use a port destination to reach the client.
C. Incoming requests are received at an endpoint, then passed to an inbound port and sent on to the service destination. Responses follow the same path in reverse.
D. Incoming requests are received at an endpoint, then passed to a mediation point and sent on to the service destination. Responses use a port destination to reach the client.
正解:C
質問 4:
A developer is building a secure Web service to be deployed on IBM Web Sphere Application Server V7.0. The service will be accessed by a Microsoft .NET client. What should the developer be aware of, at a minimum, to ensure interoperability between the client and the service?
A. The Kerberos security token cannot be used as it is not compatible with Microsoft .NET
B. The Basic Security Profile v1.0 prohibits the use of SSL v2
C. The level of WS-* specifications each platform supports
D. There are no issues between Microsoft .NET and the Web Sphere platforms,allWS-Security constructs are interoperable.
正解:C
質問 5:
The WS-I Simple SOAP Binding Profile V1.0 mandates that a message must serialize the envelope according to which specification?
A. WSDL 1.1
B. HTTP 1.0
C. SOAP 1.1
D. XML 1.0
正解:D
質問 6:
According to WS-I Basic Profile (BP), which of the following encodings should be used to ensure interoperability?
A. rpc/literal
B. doc/literal
C. rpc/encoded
D. doc/encoded
正解:A,B