IBM(000-371)

多选题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

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

第2题:

( )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

第3题:

following code segment.[ServiceContract]public interface ICustomerService{...}public class CustomerService : ICustomerService{...}The service is self-hosted in a console application. Older client applications access the service at http://contoso.com:8080/CustomerService/V1.Newer client applications access the service at http://contoso.com:8080/CustomerService/V2.You need to ensure that any client application can access the service at either address.Which code segment should you use?()

A.

B.

C.

D.


参考答案:C

第4题:

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

第5题:

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

第6题:

( ):The capability provided to the consumer is to use the provider’s applications runningon a cloud infrastructure,The applications are accessible from various client devicesthrough either a thin client interface, such as a web browser (e.g.,web-based E-mail),or a program interface.

A.laaS

B.PaaS

C.SaaS

D.DaaS


正确答案:C

第7题:

( ) : 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
解析:

第8题:

A Windows Communication Foundation (WCF) client and service share the following service contract interface:

[ServiceContract]

public interface IContosoService

{

[OperationContract]

void SavePerson(Person person);

}

They also use the following binding:

NetTcpBinding binding = new NetTcpBinding() { TransactionFlow = true };

The client calls the service with the following code:

using (TransactionScope ts = new TransactionScope(TransactionScopeOption.Required))

{

IContosoService client = factory.CreateChannel();

client.SavePerson(person);

Console.WriteLine(Transaction.Current.TransactionInformation.DistributedIdentifier);

ts.Complete();

}

The service has the following implementation for SavePerson:

public void IContosoService.SavePerson(Person person)

{

person.Save();

Console.WriteLine(Transaction.Current.TransactionInformation.DistributedIdentifier);

}

The distributed identifiers do not match on the client and the server.

You need to ensure that the client and server enlist in the same distributed transaction. What should you do?()


参考答案:D

第9题:

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

第10题:

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

更多相关问题