单选题How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()ASet the faultCode value to soap:TransactionBInclude a Fault element in the SOAP messageCInclude a mustUnderstand

题目
单选题
How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()
A

 Set the faultCode value to soap:Transaction

B

 Include a Fault element in the SOAP message

C

 Include a mustUnderstand attribute in the header entry

D

 Include a detail element containing application-specific elements according to the XML Schema


相似考题
更多“单选题How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A  Set the faultCode value to soap:TransactionB  Include a Fault element in the SOAP messageC  Include a mustUnde”相关问题
  • 第1题:

    UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是(24)。A.ORPCS

    UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是(24)。

    A.ORPC

    B.IIOP

    C.SOA

    D.EJB


    正确答案:A
    SOAP:简单对象访问协议,简单对象访问协议(SOAP)是一种轻量的、简单的、基于XML的协议,它被设计成在WEB上交换结构化的和固化的信息。SOAP可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议(HTTP),简单邮件传输协议(SMTP),多用途网际邮件扩充协议(MIME)。它还支持从消息系统到远程过程调用(RPC)等大量的应用程序。InternetInter-ORBProtocol(互联网内部对象请求代理协议),它是一个用于CORBA2.0及兼容平台上的协议。用来在CORBA对象请求代理之间交流的协议。Java中使得程序可以和其他语言的CORBA实现互操作性的协议。这个协议的最初阶段是要建立以下几个组件部分:一个IIOP到HTTP的网关,使用这个网关可以让CORBA客户访问WWW资源;一个HTTP到IIOP的网关,通过这个网关可以访问CORBA资源;一个为IIOP和HTTP提供资源的服务器,一个能够将IIOP作为可识别协议的浏览器。互联网内部对象请求代理协议(IIOP)是一个实现互操作性的协议,它使得由不同语言编写的分布式程序在因特网中可以实现彼此的交流沟通。它是行业战略性标准,也即公用对象请求代理程序结构(CommonObjectRequestBrokerArchitecture,CORBA)中至关重要的一个部分ObjectRPC(ORPC),RPC(RemoteProcedureCallProtocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。RPC协议假定某些传输协议的存在,如TCP或UDP,为通信程序之间携带信息数据。在OSI网络通信模型中,RPC跨越了传输层和应用层。RPC使得开发包括网络分布式多程序在内的应用程序更加容易。

  • 第2题:

    形成Web Service架构基础的协议主要包括(33) 。

    A.SOAP、HTTP、UDbDI

    B.WSDL、SOAP、DHCP

    C. SOAP、DHCP、WSDL

    D.WSDL、SOAP、UDDI


    正确答案:D
    WebServices定义了一种松散的、粗粒度的分布计算模式,使用标准的HTTP(S)协议传送XML表示及封装的内容。Web服务的典型技术包括:用于传递信息的简单对象访问协议(SimpleObjectAccessProtocal,SOAP)、用于描述服务的Web服务描述语言(WebServicesDescriptionLanguage,WSDL)、用于Web服务的注册的统一描述、发现及集成(UniversalDescriptionDiscoveryandIntegration,UDDI)、用于数据交换的XML。WebServices的主要目标是跨平台的互操作性,适合使用WebServices的情况如下。(1)跨越防火墙:对于成千上万且分布在世界各地的用户来讲,应用程序的客户端和服务器之问的通信是一个棘手的问题。客户端和服务器之间通常都会有防火墙或者代理服务器。用户通过Web服务访问服务器端逻辑和数据可以规避防火墙的阻挡。(2)应用程序集成:企业需要将不同语言编写的在不同平台上运行的各种程序集成起来时,Web服务可以用标准的方法提供功能和数据,供其他应用程序使用。(3)B2B集成:在跨公司业务集成(B2B集成)中,通过Web服务以将关键的商务应用提供给指定的合作伙伴和客户。用Web服务实现B2B集成可以很容易地解决互操作问题。(4)软件重用:Web服务允许在重用代码的同时,重用代码后面的数据。通过直接调用远端的Web服务,可以动态地获得当前的数据信息。用Web服务集成各种应用中的功能,为用户提供一个统一的界面,是另一种软件重用方式。

  • 第3题:

    UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是__(24)__。

    A.ORPC

    B.IIOP

    C.SOA

    D.EJB


    正确答案:A
    SOAP:简单对象访问协议,简单对象访问协议(SOAP)是一种轻量的、简单的、基于XML的协议,它被设计成在WEB上交换结构化的和固化的信息。SOAP可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议(HTTP),简单邮件传输协议(SMTP),多用途网际邮件扩充协议(MIME)。它还支持从消息系统到远程过程调用(RPC)等大量的应用程序。InternetInter-ORBProtocol(互联网内部对象请求代理协议),它是一个用于CORBA2.0及兼容平台上的协议。用来在CORBA对象请求代理之间交流的协议。Java中使得程序可以和其他语言的CORBA实现互操作性的协议。这个协议的最初阶段是要建立以下几个组件部分:一个IIOP到HTTP的网关,使用这个网关可以让CORBA客户访问WWW资源;一个HTTP到IIOP的网关,通过这个网关可以访问CORBA资源;一个为IIOP和HTTP提供资源的服务器,一个能够将IIOP作为可识别协议的浏览器。互联网内部对象请求代理协议(IIOP)是一个实现互操作性的协议,它使得由不同语言编写的分布式程序在因特网中可以实现彼此的交流沟通。它是行业战略性标准,也即公用对象请求代理程序结构(CommonObjectRequestBrokerArchitecture,CORBA)中至关重要的一个部分ObjectRPC(ORPC),RPC(RemoteProcedureCallProtocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。RPC协议假定某些传输协议的存在,如TCP或UDP,为通信程序之间携带信息数据。在OSI网络通信模型中,RPC跨越了传输层和应用层。RPC使得开发包括网络分布式多程序在内的应用程序更加容易。

  • 第4题:

    AcustomerrequiresaWebservicewhichensuresmessagedelivery.Whichtransportshouldbeproposed?()

    A.SOAP/TCP

    B.SOAP/JMS

    C.SOAP/HTTP

    D.SOAP/SMTP

    E.SOAP/HTTPS


    参考答案:B

  • 第5题:

    UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是 ( )。


    A. ORPC
    B. IIOP
    C. SOA
    D.. EJB


    答案:B
    解析:
    互联网内部对象请求代理协议IIOP是一个实现互操作性的协议,它使得由不同语言编写的分布式程序在因特网中可以实现彼此的交流沟通。它是行业战略性标准,也是公用对象请求代理程序结构中至关重要的一个部分。

  • 第6题:

    When creating a Web service which requires reliable delivery of SOAP messages, which transport should be used?()

    • A、 SOAP/TCP
    • B、 SOAP/JMS
    • C、 SOAP/HTTP
    • D、 SOAP/SMTP
    • E、 SOAP/HTTPS

    正确答案:B

  • 第7题:

    问题描述通常采用SOAP格式,诊疗也属于SOAP所指的内容


    正确答案:错误

  • 第8题:

    关于简单对象访问协议SOAP的说法,()是不正确的

    • A、SOAP可以在采用CORBA或COM/DCOM构造的应用程序之间建立联系
    • B、SOAP仅仅是一个层次较低的对象通信协议
    • C、SOAP使用DHTML进行编码
    • D、SOAP是与应用平台完全无关的

    正确答案:C

  • 第9题:

    What must be included in a SOAP fault message when an error occurs due to a value in the message Body element?()

    • A、 A detail element
    • B、 A Body fault code
    • C、 An application-specific fault code
    • D、 A fault string element with a value of "Body"

    正确答案:A

  • 第10题:

    A customer requires a Web service which ensures message delivery. Which transport should be proposed?()

    • A、 SOAP/TCP
    • B、 SOAP/JMS
    • C、 SOAP/HTTP
    • D、 SOAP/SMTP
    • E、 SOAP/HTTPS

    正确答案:B

  • 第11题:

    单选题
    How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()
    A

     Set the faultCode value to soap:Transaction

    B

     Include a Fault element in the SOAP message

    C

     Include a mustUnderstand attribute in the header entry

    D

     Include a detail element containing application-specific elements according to the XML Schema


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

  • 第12题:

    单选题
    A customer requires a Web service which ensures message delivery. Which transport should be proposed?()
    A

     SOAP/TCP

    B

     SOAP/JMS

    C

     SOAP/HTTP

    D

     SOAP/SMTP

    E

     SOAP/HTTPS


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

  • 第13题:

    ●UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是(24)。

    (24)A. ORPC

    B. IIOP

    C. SOA

    D. EJB


    正确答案:B

  • 第14题:

    ● UDDI、SOAP、WSDL、XML等是构成Web Service的重要技术,在CORBA体系中与SOAP对应的是__(24)__。

    (24) A.ORPC B.IIOP C.SOA D.EJB


    正确答案:A
    SOAP:简单对象访问协议,简单对象访问协议(SOAP)是一种轻量的、简单的、基于XML的协议,它被设计成在WEB上交换结构化的和固化的信息。SOAP可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议(HTTP),简单邮件传输协议(SMTP),多用途网际邮件扩充协议(MIME)。它还支持从消息系统到远程过程调用(RPC)等大量的应用程序。InternetInter-ORBProtocol(互联网内部对象请求代理协议),它是一个用于CORBA2.0及兼容平台上的协议。用来在CORBA对象请求代理之间交流的协议。Java中使得程序可以和其他语言的CORBA实现互操作性的协议。这个协议的最初阶段是要建立以下几个组件部分:一个IIOP到HTTP的网关,使用这个网关可以让CORBA客户访问WWW资源;一个HTTP到IIOP的网关,通过这个网关可以访问CORBA资源;一个为IIOP和HTTP提供资源的服务器,一个能够将IIOP作为可识别协议的浏览器。互联网内部对象请求代理协议(IIOP)是一个实现互操作性的协议,它使得由不同语言编写的分布式程序在因特网中可以实现彼此的交流沟通。它是行业战略性标准,也即公用对象请求代理程序结构(CommonObjectRequestBrokerArchitecture,CORBA)中至关重要的一个部分ObjectRPC(ORPC),RPC(RemoteProcedureCallProtocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。RPC协议假定某些传输协议的存在,如TCP或UDP,为通信程序之间携带信息数据。在OSI网络通信模型中,RPC跨越了传输层和应用层。RPC使得开发包括网络分布式多程序在内的应用程序更加容易。

  • 第15题:

    WhencreatingaWebservicewhichrequiresreliabledeliveryofSOAPmessages,whichtransportshouldbeused?()

    A.SOAP/TCP

    B.SOAP/JMS

    C.SOAP/HTTP

    D.SOAP/SMTP

    E.SOAP/HTTPS


    参考答案:B

  • 第16题:

    在Web Service中,通过(13)来描述接口。

    A.UDDI

    B.WSDL

    C.XML Schema

    D.SOAP


    正确答案:B
    解析:Web Service是一种可以接收从Internet或Intranet上传送的请求、轻量级的独立的通信技术,它将应用程序的不同功能单元通过一些良好定义的接口联系起来。并且接口采用中立的方式进行定义,它独立于实现服务的硬件平台、操作系统和编程语言。这样可以使得构建的服务以一种统一和通用的方式进行交互。
      Web Service的3个基本技术是UDDI(Universal Description Discovery Integration)、WSDL(Web Services Description Language)和SOAP(Simple Object Access Protocol),它们都是以XML为基础定义的。在Web服务体系中,使用WSDL来描述服务实现定义和服务接口定义,UDDI用宋发布、查找服务,而 SOAP用宋执行服务调用。SOAP、UDDI和WSDL协议各自的作用如表1-5所示。

  • 第17题:

    下列属于SOAP优点的是()。

    • A、SOAP与编程语言无关。SOAP可以使用任何语言来完成
    • B、SOAP是完全和厂商无关
    • C、SOAP与平台无关
    • D、SOAP是简单的,可扩展的

    正确答案:A,B,C,D

  • 第18题:

    The TCP/IP Monitor can be used to check the following:()

    • A、 SOAP/JMS
    • B、 HTTP Header
    • C、 WSDL document
    • D、 SOAP messages
    • E、 WS-I Compliance

    正确答案:B,D,E

  • 第19题:

    SOAP包括哪些部分。()

    • A、SOAP信封
    • B、SOAP编码规则
    • C、SOAPRPC表示和SOAP绑定
    • D、以上都是

    正确答案:D

  • 第20题:

    How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()

    • A、 Set the faultCode value to soap:Transaction
    • B、 Include a Fault element in the SOAP message
    • C、 Include a mustUnderstand attribute in the header entry
    • D、 Include a detail element containing application-specific elements according to the XML Schema

    正确答案:C

  • 第21题:

    A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems. The service has the following requirements: It must minimize the transmission size by attaching the XML document as is without using escape characters or base64 encoding. It must interoperate with systems that use SOAP but are not built on the .NET plafform. You need to configure the service to support these requirements. Which message encoding should you use?()

    • A、Binary message encoding
    • B、MTOM (Message Transmission Optimization Mechanism) message encoding
    • C、Text message encoding with message version set to none
    • D、Text message encoding with message version set to SOAP 1.2

    正确答案:B

  • 第22题:

    单选题
    What must be included in a SOAP fault message when an error occurs due to a value in the message Body element?()
    A

     A detail element

    B

     A Body fault code

    C

     An application-specific fault code

    D

     A fault string element with a value of Body


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

  • 第23题:

    单选题
    When creating a Web service which requires reliable delivery of SOAP messages, which transport should be used?()
    A

     SOAP/TCP

    B

     SOAP/JMS

    C

     SOAP/HTTP

    D

     SOAP/SMTP

    E

     SOAP/HTTPS


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

  • 第24题:

    单选题
    A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems. The service has the following requirements: It must minimize the transmission size by attaching the XML document as is without using escape characters or base64 encoding. It must interoperate with systems that use SOAP but are not built on the .NET plafform. You need to configure the service to support these requirements. Which message encoding should you use?()
    A

    Binary message encoding

    B

    MTOM (Message Transmission Optimization Mechanism) message encoding

    C

    Text message encoding with message version set to none

    D

    Text message encoding with message version set to SOAP 1.2


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