1. What is SOAP ? |
Simplified Object Access Protocol |
Simple Object Access Protocol |
Simple Object Access Program |
Simple Or Advanced Protocol
|
2. SOAP is a lightweight ___ based protocol . |
XML |
XSL |
XSLT |
XHTML
|
3. It is a standard for exchanging XML-based messages over a computer network, normally using |
FTP |
POP3 |
HTTP |
TCP/IP
|
4. How many parts do SOAP consists of ? |
Two |
One |
Four |
Three
|
5. SOAP is language |
dependent |
independent |
sometimes dependent |
sometimes independent
|
6. SOAP is designed to communicate via |
Internet |
local networks |
computers |
telephone lines
|
7. SOAP is platform |
dependent |
sometimes dependent |
independent |
sometimes independent
|
8. It is important for application development to allow Internet communication between programs. |
False |
True |
Not always true |
None of these
|
9. Today's applications communicate using _____ between objects like DCOM and CORBA. |
Remote Procedure Calls |
HTTP |
FTP |
None of these
|
10. A better way to communicate between applications is over HTTP, because HTTP is supported by all Internet browsers and servers. |
False |
Can't say |
True |
None of these
|
11. SOAP is a key element of Microsoft's _____ architecture for future Internet application development. |
Windows |
.NET |
Networking |
ASP
|
12. The first public Working Draft on SOAP was published from W3C in |
December 2001 |
December 2002 |
December 2000 |
November 2001
|
13. Which of these is not contained in SOAP message ? |
An optional Header element that contains header information |
A required Body element that contains call and response information |
An optional tailer element that contains tailer information |
A required Envelope element that identifies the XML document as a SOAP message
|
14. Which of these is not an important syntax rule of SOAP ? |
A SOAP message MUST be encoded using XML |
A SOAP message must NOT contain a RDF reference |
A SOAP message MUST use the SOAP Envelope namespace |
A SOAP message must NOT contain a DTD reference
|
15. The mandatory SOAP Envelope element is the ________ of a SOAP message. |
body element |
root element |
header element |
tailer element
|
16. A SOAP message must always have an Envelope element associated with the "http://www.w3.org/2001/12/soap-envelope" namespace. |
True |
False |
Not always true |
None of these
|
17. If a different namespace is used, the application must generate an _______ the message. |
safely run the application |
warning and continue |
error and discard |
None of these
|
18. The SOAP ________ attribute is used to define the data types used in the document. |
codingStyle |
encodingStyle |
Style |
encoding
|
19. The SOAP _____ attribute may be used to address the Header element to a particular endpoint. |
actor |
destination |
endpoint |
None of these
|
20. What is the right syntax of the actor attribute ? |
soap:actor='URI'; |
actor="URI" |
SOAP:actor="URI" |
soap:actor="URI"
|