Web Services Technologies Quiz - SOAP, UDDI, WSDL
Test your knowledge of web services technologies including SOAP protocol, UDDI registry, WSDL, SSL, and DISCO discovery mechanisms.
Questions
In a Soap Message in XML format SOAP Envelope is mandatory.
- True
- False
In a Soap Message in XML format SOAP Header is mandatory.
- True
- False
In a Soap Message in XML format SOAP Body is mandatory
- True
- False
A soap:Header element used To convey optional application and server specific information about the request. .
- True
- False
Choose the one which is correct
- a. WSDL is a standard format for describing XML Webservices.
- b. WSDL defines XML based syntax for defining the functionality exposed by a web service.
- c. WSDL is useful for automating communications between Web Services.
- d. All of above
The BODY and HEADER Element of the SOAP message can be serialized in:
- a. RPC based format
- b. Document based format
- c. both a and b.
- d. They cannot be serialized.
Which of the following is NOT an advantage of using Disco file:
- a. it allows us to discover a particular webservice.
- b. multiple WebServices can be discovered at the same time.
- c. through the discovery process, XML Web service clients can learn at design time that an XML Web service exists.
- d. none of the above
UDDI specifications define a means for _______ and ______ Web Services.
- Creating and publishing.
- Publishing and discovering
- Creating and discovering.
- none of the above.
DISCO is better than UDDI as it is:
- a. having more features
- b. more efficient.
- c. both a and b.
- UDDI is better than DISCO
Naturally, all interactions with a UDDI registry are performed using a defined __ and __.
- XML Schema and HTTP.
- b. HTTP and SOAP.
- c. XML schema and SOAP.
- None of the above.
UDDI relies on a distributed registry that has been implemented in a common XML format.
- true
- b. false, UDDI relies on a central registry that has been implemented in a common XML format.
- c. false, UDDI relies on a distributed registry that has been implemented in a varying XML format
- d. none of the above
Conceptually, the information provided in a UDDI business registration consists of how many components:
- a. 2
- b. 3
- c. 4
- d. 5
which component of UDDI include the technical information about the services that are exposed by the organization;
- a. White Pages
- b. Yellow Pages
- c. Green Pages
- d. Blue Pages
which component of UDDI include address, contact, and known identifiers;
- a. White Pages
- b. Yellow Pages
- c. Green Pages
- d. Blue Pages
which component of UDDI include industrial categorizations based on standard taxonomies;
- White Pages
- Yellow Pages
- Green Pages
- Blue Pages
SSL stands for:
- a. Socially secured Line
- b. Secure Sockets Line
- c. Socially secured Layer
- d. Secure Sockets Layer
you could encrypt elements of the SOAP body using digital signatures?
- true.
- b. false, Only via SSL it can be successfully achieved.
- false, you cannot encrypt elements of SOAP body at all.
- none of the above.
Which of the following is true about SOAP:
- a. It is a distributed object system.
- b. It is an RPC system.
- c. It is even a Web application.
- d. none of the above.
SOAP try to solve all the problems of distributed applications communication?
- a. true
- b. false, SOAP does not include specifications for security.
- c. false, SOAP does not include specifications for distributed transactions
- d. both a and b
SOAP is for RPC only:
- true
- b. False, SOAP doesn't define or imply a programming model.
- False, SOAP can be used for messaging, RPC, Distributed object systems etc.
- b and c