SOAP Web Services Protocol

Quiz covering SOAP protocol fundamentals, message structure, attributes, and its role in web service-based applications

10 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is SOAP ?

  1. Simple Object Access Protocol
  2. Simplified Object Access Protocol
  3. Simplified Object Access Program
  4. Simple Or Advanced Protocol
Question 2 Multiple Choice (Single Answer)

SOAP is a lightweight ___ based protocol .

  1. XSL
  2. XML
  3. XHTML
  4. XSTL
Question 3 Multiple Choice (Single Answer)

How many parts do SOAP consists of ?

  1. 2
  2. 1
  3. 4
  4. 3
Question 4 Multiple Choice (Single Answer)

SOAP is language

  1. dependent
  2. sometimes dependent
  3. independent
  4. sometimes independent
Question 5 Multiple Choice (Single Answer)

SOAP is a key element of Microsoft's _____ architecture for future Internet application development.

  1. Windows
  2. Networking
  3. .net
  4. ASP
Question 6 Multiple Choice (Single Answer)

The first public Working Draft on SOAP was published from W3C in

  1. December 1998
  2. December 2001
  3. November 1998
  4. November 2001
Question 7 Multiple Choice (Single Answer)

Which of these is not contained in SOAP message ?

  1. An optional tailer element that contains tailer information
  2. An optional Header element that contains header information
  3. A required Body element that contains call and response information
  4. A required Envelope element that identifies the XML document as a SOAP message
Question 8 Multiple Choice (Single Answer)

A SOAP message must always have an Envelope element associated with the "http://www.w3.org/2001/12/soap-envelope" namespace.

  1. False
  2. True
  3. Not always true
  4. none of these
Question 9 Multiple Choice (Single Answer)

The SOAP ________ attribute is used to define the data types used in the document.

  1. Style
  2. codingStyle
  3. encodingStyle
  4. Encoding
Question 10 Multiple Choice (Single Answer)

What is the right syntax of the actor attribute ?

  1. soap:actor="URI"
  2. SOAP:actor="URI"
  3. soap:actor='URI';
  4. actor="URI"