IBM(000-371)

单选题Which WSDL style is suited to sending binary tree nodes as part of a SOAP message?()ARPC/literalBRPC/encodedCDocument/encodedDDocument/literalEDocument/literal wrapped

题目
单选题
Which WSDL style is suited to sending binary tree nodes as part of a SOAP message?()
A

 RPC/literal

B

 RPC/encoded

C

 Document/encoded

D

 Document/literal

E

 Document/literal wrapped

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

第1题:

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

第2题:

WhichWSDLstyleissuitedtosendingbinarytreenodesaspartofaSOAPmessage?()

A.RPC/literal

B.RPC/encoded

C.Document/encoded

D.Document/literal

E.Document/literalwrapped


参考答案:B

第3题:

下面语法正确的是()

A.Document.bgcolor

B.Document.fgColor

C.Document.location

D.Document.open

E.Window.write


正确答案:ABC

第4题:

DOM is a platform. and language -(66)API that allows programs and scripts to dynamically access and update the content, structure and style. of WWW documents(currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented(67)DOM is a(68)-based API to documents, which requires the whole document to be represented in(69)while processing it. A simpler alternative to DOM is the event - based SAX, which can be used to process very large(70)documents that do not fit into the memory available for processing.

A.specific

B.neutral

C.contained

D.related


正确答案:B

第5题:

在JavaScript中,以下( )能隐藏id为flower的div

A.document.getElementById("flower").style.display="none";

B.document.getElementById("flower").style.display="hidden";

C.document.getElementById("flower").style.visibility="none";

D.document.getElementById("flower").style.visibility="hidden"


正确答案:AD

第6题:

Two users share the same Windows 7 computer. The first user creates a document intended to be used by both users, and then logs off. The second user logs on and types the name of the document in the Start menu, but the document is not found. Which of the following is the problem?()

A. The document is set to hidden.

B. The document is locked.

C. The document was saved as a system document.

D. The document is owned by the first user.


参考答案:D

第7题:

ThefollowingmethodsaretobepublishedasWebservicestobeinvokedviaSOAPmessagesandvalidatedwithaschema:publicvoidmyMethod(intx,floaty);publicvoidmyMethod(intx);publicvoidsomeOtherMethod(intx,floaty);WhichWSDLstyleshouldbeused?()

A.RPC/literal

B.RPC/encoded

C.Document/encoded

D.Document/literal

E.Document/literalwrapped


参考答案:A

第8题:

在JavaScript中,下列可以获取滚动条距窗口顶端滚动的距离的是()。

A.document.documentElement.scrollTop;

B.document.documentElement.topScroll;

C.document.style.scrollTop;

D.document.style.topScroll;


正确答案:A

第9题:

在JavaScript中,下拉选项中可以获取滚动条距窗口顶端滚动的距离的是 ( ).

A.document.documentElement.scrollTop;

B.document.documentElement.topScroll;

C.document.style.scrollTop;

D.document.style.topScroll;


正确答案:A

第10题:

在HTML页面上包含如下创建层的语句,那么编写Javascript语句实现显示该层的语句错误的是() < html> < body> < div id=”imageLayer” style=”display:none;”> < img src=”images/Sunset.jpg” width=”200” height=”100”> < /div> < /body> < html>

  • A、document.getElementByTagName(“div”)[0].style.display=”block” 
  • B、document.getElementById(“imageLayer”).style.display=”block”; 
  • C、document.getElementByName(“imageLayer”)[0].style.display=”block”; 
  • D、document.getElementByName(“imageLayer”).get(0).style.display=”block”;

正确答案:D

更多相关问题