Pregunta 1
Respuesta
-
Women socializing during labor
-
Web selectors description lingo
-
Web services and data language
-
Web Services Description Language
Pregunta 2
Pregunta
The most common type of web service operation is
Respuesta
-
One- Way
-
Request Response
-
Solicit Response
-
Notification
Pregunta 3
Pregunta
This is an example of what type of response?
Respuesta
-
One-Way Response
-
Request-Response
-
Solicit-Response
-
Notification
Pregunta 4
Pregunta
This is an example of what type of response?
Respuesta
-
One way Response
-
Request Response
-
Solicit Response
-
Notification
Pregunta 5
Pregunta
The binding element has which two attributes?
Respuesta
-
Name and Date
-
Date and Type
-
Type and Size
-
Name and Type
-
Size and Name
Pregunta 6
Pregunta
What does UDDI stand for?
Respuesta
-
Universal Data Dictionary Institute
-
University Data Definition Institute
-
Universal Description Data Integration
-
Universal Description Discovery and Integration
Pregunta 7
Pregunta
Which of the following statements describe UDDI?
Respuesta
-
Directory for storing information about web services
-
Directory of web service interfaces as described by Web Service Descriptors Language (WSDL)
-
UDDI communicates via SOAP
-
UDDI is built into the Apache platform
Pregunta 8
Pregunta
Which statements correctly describe SOAP
Respuesta
-
Soap stands for Simple Object Access Protocol
-
Soap is a database communication protocol
-
SOAP is a standard for sending and receiving messages
-
SOAP is platform dependent
-
SOAP is based off of XML
Pregunta 9
Pregunta
SOAP is the best way to communicate between applications over HTTP because HTTP is supported by all internet browser and servers
Pregunta 10
Pregunta
SOAP consists of all of the following elements
Respuesta
-
A Letter element that identifies the XML document as a SOAP message
-
A Header element that contains the header information
-
A Body element that contains call and response information
-
A Fault element that contains error and status information
-
A Footer element which contains information about the webpage
Pregunta 11
Pregunta
Select the missing elements from the SOAP message
Respuesta
-
Header
-
Envelope
-
Body
-
Fault
-
Envelope
-
Header
-
Body
-
Fault
-
Header
-
Body
-
Fault
-
Envelope
-
Envelope
-
Header
-
Body
-
Fault
Pregunta 12
Pregunta
The xmlns: soap element can ________ and _______ have a value of _____
Respuesta
-
change, doesnt, w3.org/203/05/soap-en...
-
not change, should have, w3.org/2003/05.
Pregunta 13
Pregunta
The Soap Header element can contain the following
Respuesta
-
Authentication
-
Payment
-
Soap Body information
Pregunta 14
Pregunta
The mustUnderstand attribute can be used to indicate what code must be used in from the header element to render the SOAP message
Pregunta 15
Pregunta
The SOAP actor attribute is used to address the Header element to a specific endpoint
Pregunta 16
Pregunta
The SOAP Body is an optional component of the SOAP message
Pregunta 17
Pregunta
The SOAP Body above is requesting the item apple , not the price
Pregunta 18
Pregunta
Which statements are TRUE of the SOAP Fault Element?
Respuesta
-
Fault element is required
-
Fault element is used to indicate error messages
-
Fault element, if present, can appear more than once in the SOAP message, depending on the number of errors encountered
-
SOAP element can appear as a child element or a main element
-
SOAP fault element holds errors and status information for a SOAP message
Pregunta 19
Pregunta
A faultcode is a [blank_start]x[blank_end].
A faultstring is a [blank_start]x[blank_end] .
A faultactor is [blank_start]x[blank_end].
A detail [blank_start]x[blank_end].
Respuesta
-
Code for identifying a solution
-
Code for identifying a warning
-
Code for identifying the fault
-
computer readable explanation
-
human readable explanation
-
code for identifying the fault
-
Information about who is using SOAP msg
-
Information on client request
-
Information on server request
-
Information on who caused the fault
-
has app specific error information
-
has server specific error information
-
has SOAP specific error information
Pregunta 20
Pregunta
A [blank_start]VersionMismatch[blank_end] found an invalid namespace for the SOAP Envelope element. [blank_start]MustUnderstand[blank_end] is an error that tells us that An immediate child element of the Header element, with the mustUnderstand attribute set to "1", was not understood. the [blank_start]Client[blank_end] error says that the message was incorrectly formed or contained incorrect information. The [blank_start]Server[blank_end] error means that there was a problem with the server so the message could not proceed
Respuesta
-
VersionMismatch
-
namespaceMismatch
-
MustUnderstand
-
OptionHolder
-
Client
-
Server
-
Database
-
Server
-
Client
-
Network
-
Post
Pregunta 21
Pregunta
SOAP Bindings are mechanisms that which allow for SOAP messages to be effectively exchanged using protocols such as HTTP or SMTP
Pregunta 22
Pregunta
Select the statements which are true for the XML
Respuesta
-
XML stands for for Extra manipulation language
-
XML is a markup language , similar to HTML
-
XML is designed to display data and how it looks
-
XML does not have predefined tags
-
XML uses a Document Type Definition (DTD) or an XML Schema to describe the data
-
The DTD and XML Schema requires XML to be described by HTML
Pregunta 23
Pregunta
XML tags are case insensitive