多选题Which of the following is used to invoke a Web service from an unmanaged client?()AJAX-WS dispatch APIBDeployment descriptorC@Resource annotationD@WebServiceRef annotationEService and Interface classes

题目
多选题
Which of the following is used to invoke a Web service from an unmanaged client?()
A

JAX-WS dispatch API

B

Deployment descriptor

C

@Resource annotation

D

@WebServiceRef annotation

E

Service and Interface classes


相似考题
更多“多选题Which of the following is used to invoke a Web service from an unmanaged client?()AJAX-WS dispatch APIBDeployment descriptorC@Resource annotationD@WebServiceRef annotationEService and Interface classes”相关问题
  • 第1题:

    ( )The capability provided to the consumer is to use the provide&39;s applications running on a c1oud infrastructure.The applications are accessible from various client devices through either a thin client interface, such as a web browser (e.g.,web-based E-mai1),or a program interface.

    A.IaaSB.PaaSC.SaaSD.DaaS


    正确答案:C

  • 第2题:

    Which of the following protocols is used to encrypt data between web servers and web browsers?()

    • A、SMTP
    • B、SIP
    • C、HTTP
    • D、SSL

    正确答案:D

  • 第3题:

    In the wireless Advanced Feature Set using lightweight access points, a virtual interface is used when supporting which of the following features?()

    • A、PSK authentication
    • B、EAP authentication
    • C、WPA authentication
    • D、Web authentication

    正确答案:D

  • 第4题:

    A web server is running correctly but sending a RST packet to any client trying to connect using HTTP on TCP port 80. Which of the following tools should be used to determine the listening port of the web server?()

    • A、Route
    • B、Ifconfig
    • C、Netstat
    • D、Nslookup

    正确答案:C

  • 第5题:

    Which of the following is used to invoke a Web service from an unmanaged client?() 

    • A、 JAX-WS dispatch API
    • B、 Deployment descriptor
    • C、 @Resource annotation
    • D、 @WebServiceRef annotation
    • E、 Service and Interface classes

    正确答案:A,E

  • 第6题:

    Which of the following methods can be used to enable/disable the Commerce Payments CustomOffline cassette?()

    • A、From WebSphere Commerce Configuration Manager
    • B、By updating the ENABLED column in the CASSETTES table
    • C、By running the ’configureCassette’ command
    • D、From WebSphere Commerce Administration Console
    • E、From WebSphere Commerce Payments User Interface

    正确答案:A,D,E

  • 第7题:

    Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following query: SQL> SELECT * FROM sales; Which process would retrieve the result from the database and return it to the client program?()

    • A、User process
    • B、Server process
    • C、System Monitor (SMON)
    • D、Process Monitor (PMON)
    • E、Checkpoint process (CKPT)

    正确答案:B

  • 第8题:

    Your network contains the servers configured as shown in the following table. Name Server role Private IP address Public IP address Server1Routing and Remote Access server192.168.1.1 131.107.0.1 Web1 Web server 192.168.1.2 ? Your company is assigned the public IP addresses from 131.107.0.1 to 131.107.0.31.You need to ensure that Web1 is accessible from the Internet by using https://131.107.0.2.What should you do from the Routing and Remote Access console?()

    • A、From the Static Routes node, configure a static route.
    • B、From the server properties, configure SSL Certificate Binding.
    • C、From the NAT interface, add an address pool and a reservation.
    • D、From the NAT interface, configure the Secure Web Server (HTTPS) service.

    正确答案:C

  • 第9题:

    You develop a Windows Communication Foundation (WCF) service that employees use to access bonus information.You define the following service contract. (Line numbers are included for reference only.) 01 [ServiceContract(SessionMode = SessionMode.Required)] 02 public interface IFinancialService 03 { 04 [OperationContract] 05 string Login(int employeeID, string passwordHash); 06 07 [OperationContract] 08 double GetBonus(int month); 09 10 [OperationContract(IsTerminating = true)] 11 void Logout( ); 12 } Client application can invoke methods without logging in. You need to ensure that the client applications invoke Login before invoking any other method. You also need to ensure that client applications cannot consume the service after invoking Logout. Which two action should you perform? ()(Each correct answer presents part of the solution. Choose two.)。

    • A、Replace line 04 with the following code. [OperationContract(IsInitiating = false)]
    • B、Replace line 04 with the following code. [OperationContract(IsInitiating = true, IsTerminating = true)]
    • C、Replace line 07 with the following code. [OperationContract(IsInitiating = false)]
    • D、Replace line 10 with the following code. [OperationContract(IsInitiating = false, IsTerminating = true)]

    正确答案:C,D

  • 第10题:

    多选题
    You develop a Windows Communication Foundation (WCF) service that employees use to access bonus information.You define the following service contract. (Line numbers are included for reference only.) 01 [ServiceContract(SessionMode = SessionMode.Required)] 02 public interface IFinancialService 03 { 04 [OperationContract] 05 string Login(int employeeID, string passwordHash); 06 07 [OperationContract] 08 double GetBonus(int month); 09 10 [OperationContract(IsTerminating = true)] 11 void Logout( ); 12 } Client application can invoke methods without logging in. You need to ensure that the client applications invoke Login before invoking any other method. You also need to ensure that client applications cannot consume the service after invoking Logout. Which two action should you perform? ()(Each correct answer presents part of the solution. Choose two.)。
    A

    Replace line 04 with the following code. [OperationContract(IsInitiating = false)]

    B

    Replace line 04 with the following code. [OperationContract(IsInitiating = true, IsTerminating = true)]

    C

    Replace line 07 with the following code. [OperationContract(IsInitiating = false)]

    D

    Replace line 10 with the following code. [OperationContract(IsInitiating = false, IsTerminating = true)]


    正确答案: C,D
    解析: 暂无解析

  • 第11题:

    单选题
    A company has a high business value JAX-WS provider Web Service and cannot afford to lose any messages.  What kind of quality of service should be used in conjunction with WS-ReliableMessaging?()
    A

     Managed persistent

    B

     Managed non-persistent

    C

     Unmanaged non-persistent

    D

     Managed persistent and Transaction (enableTransactionalOneWay)

    E

     Managed non-persistent and Transaction (enableTransactionalOneWay)

    F

     Unmanaged non-persistent and Transaction (enableTransactionalOneWay)


    正确答案: F
    解析: 暂无解析

  • 第12题:

    单选题
    A developer used wsimport to generate the skeleton code for a Web service implementation. What is the purpose of the generated ObjectFactory class?()
    A

     The ObjectFactory class is the generated Service Endpoint Interface class

    B

     The ObjectFactory class is the generated service provider class that is used by the JAX-WS client.

    C

     The ObjectFactory class takes the targetNamespace value and creates the directory structure.

    D

     The ObjectFactory class allows you to programatically construct new instances of the Java representation for XML content.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    ( ) : The capability provided to the consumer is to use the provide's applications running on a c1oud infrastructure.The applications are accessible from various client devices through either a thin client interface, such as a web browser (e.g.,web-based E-mai1),or a program interface.

    A.IaaS
    B.PaaS
    C.SaaS
    D.DaaS

    答案:C
    解析:

  • 第14题:

    Which design phase service component includes the development and documentation of the test case or cases used to verify that a deployed infrastructure meets operational, functional, and interface requirements? Select exactly 1 answer(s) from the following:()。

    • A、Implementation Plan
    • B、Business Plan
    • C、Staging Plan
    • D、Detailed Design Development
    • E、Systems Acceptance Test Plan Development

    正确答案:E

  • 第15题:

    Which statement is correct about the use of the virtual interface on a WLC ?()

    • A、 Used to relay DHCP messages
    • B、 Used to communicate with LAPs
    • C、 Used to bring up LWAPP tunnels
    • D、 Used to extend into the wireless client VLAN

    正确答案:A

  • 第16题:

    A network at a small business utilizes a star topology and is experiencing frequent collisionsamong data packets. Which of the following devices is MOST likely being used?()

    • A、Unmanaged switch
    • B、Hardware firewall
    • C、Hub
    • D、Managed switch

    正确答案:C

  • 第17题:

    A developer used wsimport to generate the skeleton code for a Web service implementation. What is the purpose of the generated ObjectFactory class?() 

    • A、 The ObjectFactory class is the generated Service Endpoint Interface class
    • B、 The ObjectFactory class is the generated service provider class that is used by the JAX-WS client.
    • C、 The ObjectFactory class takes the targetNamespace value and creates the directory structure.
    • D、 The ObjectFactory class allows you to programatically construct new instances of the Java representation for XML content.

    正确答案:D

  • 第18题:

    A company has a high business value JAX-WS provider Web Service and cannot afford to lose any messages.  What kind of quality of service should be used in conjunction with WS-ReliableMessaging?() 

    • A、 Managed persistent
    • B、 Managed non-persistent
    • C、 Unmanaged non-persistent
    • D、 Managed persistent and Transaction (enableTransactionalOneWay)
    • E、 Managed non-persistent and Transaction (enableTransactionalOneWay)
    • F、 Unmanaged non-persistent and Transaction (enableTransactionalOneWay)

    正确答案:D

  • 第19题:

    You have a Web server that runs Windows Server 2003 Service Pack 2 (SP2).You attempt to start the World Wide Publishing Service and receive the following error message.You need to identify which services must be started before you can start the World Wide Web Publishing Service.  What should you do?()

    • A、From Event Viewer, view the application log.
    • B、From Windows Explorer, open the %systemroot%/system32/drivers/etc/services file.
    • C、From the Services snap-in, view the properties of the World Wide Web Publishing Service.
    • D、From the command prompt, run Net config server /srvcomment:”World Wide Web Publishing Service”.

    正确答案:C

  • 第20题:

    A client application calls a Windows Communication Foundation (WCF) service with a proxy class that was generated by Visual Studio.The service binding was changed from wsHttpBinding to basicHttpBinding. The method signatures in the service contract are changed.After these changes, the client application receives errors when calling methods on the service.You need to ensure that the client can invoke methods on the service successfully. What should you do?()

    • A、Update the configuration file to use basicHttpBinding.
    • B、Enable anonymous authentication for the service.
    • C、Copy the configuration file elements under the element from the service back to the client.
    • D、Update the service reference.

    正确答案:D

  • 第21题:

    A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, the application needs to find,in a transparent manner,the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()

    • A、Business Delegate and Transfer Object
    • B、Business Delegate and Service Locator
    • C、Front Controller and Business Delegate
    • D、Intercepting Filter and Transfer Object

    正确答案:B

  • 第22题:

    单选题
    Which statement is correct about the use of the virtual interface on a WLC ?()
    A

     Used to relay DHCP messages

    B

     Used to communicate with LAPs

    C

     Used to bring up LWAPP tunnels

    D

     Used to extend into the wireless client VLAN


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    A user opens a webpage that requires the transmission of packets from the Web server to the client's browser. The packets transmitted from the Web server to the client exceed the smallest MTU value on the communications path. Which two protocol functions allow this type of communication?()
    A

    packet segmentation

    B

    serialized checking

    C

    packet sequencing

    D

    parallel checking


    正确答案: A,C
    解析: 暂无解析

  • 第24题:

    多选题
    Which of the following is used to invoke a Web service from an unmanaged client?()
    A

    JAX-WS dispatch API

    B

    Deployment descriptor

    C

    @Resource annotation

    D

    @WebServiceRef annotation

    E

    Service and Interface classes


    正确答案: E,B
    解析: 暂无解析