SOAP Web Services Protocol
Quiz covering SOAP protocol fundamentals, message structure, attributes, and its role in web service-based applications
Questions
Question 1 Multiple Choice (Single Answer)
What is SOAP ?
- Simple Object Access Protocol
- Simplified Object Access Protocol
- Simplified Object Access Program
- Simple Or Advanced Protocol
Question 2 Multiple Choice (Single Answer)
SOAP is a lightweight ___ based protocol .
- XSL
- XML
- XHTML
- XSTL
Question 3 Multiple Choice (Single Answer)
How many parts do SOAP consists of ?
- 2
- 1
- 4
- 3
Question 4 Multiple Choice (Single Answer)
SOAP is language
- dependent
- sometimes dependent
- independent
- sometimes independent
Question 5 Multiple Choice (Single Answer)
SOAP is a key element of Microsoft's _____ architecture for future Internet application development.
- Windows
- Networking
- .net
- ASP
Question 6 Multiple Choice (Single Answer)
The first public Working Draft on SOAP was published from W3C in
- December 1998
- December 2001
- November 1998
- November 2001
Question 7 Multiple Choice (Single Answer)
Which of these is not contained in SOAP message ?
- An optional tailer element that contains tailer information
- An optional Header element that contains header information
- A required Body element that contains call and response information
- 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.
- False
- True
- Not always true
- none of these
Question 9 Multiple Choice (Single Answer)
The SOAP ________ attribute is used to define the data types used in the document.
- Style
- codingStyle
- encodingStyle
- Encoding
Question 10 Multiple Choice (Single Answer)
What is the right syntax of the actor attribute ?
- soap:actor="URI"
- SOAP:actor="URI"
- soap:actor='URI';
- actor="URI"