Questão 1
Responda
-
Women socializing during labor
-
Web selectors description lingo
-
Web services and data language
-
Web Services Description Language
Questão 2
Questão
The most common type of web service operation is
Responda
-
One- Way
-
Request Response
-
Solicit Response
-
Notification
Questão 3
Questão
This is an example of what type of response?
Responda
-
One-Way Response
-
Request-Response
-
Solicit-Response
-
Notification
Questão 4
Questão
This is an example of what type of response?
Responda
-
One way Response
-
Request Response
-
Solicit Response
-
Notification
Questão 5
Questão
The binding element has which two attributes?
Responda
-
Name and Date
-
Date and Type
-
Type and Size
-
Name and Type
-
Size and Name
Questão 6
Questão
What does UDDI stand for?
Responda
-
Universal Data Dictionary Institute
-
University Data Definition Institute
-
Universal Description Data Integration
-
Universal Description Discovery and Integration
Questão 7
Questão
Which of the following statements describe UDDI?
Responda
-
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
Questão 8
Questão
Which statements correctly describe SOAP
Responda
-
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
Questão 9
Questão
SOAP is the best way to communicate between applications over HTTP because HTTP is supported by all internet browser and servers
Questão 10
Questão
SOAP consists of all of the following elements
Responda
-
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
Questão 11
Questão
Select the missing elements from the SOAP message
Responda
-
Header
-
Envelope
-
Body
-
Fault
-
Envelope
-
Header
-
Body
-
Fault
-
Header
-
Body
-
Fault
-
Envelope
-
Envelope
-
Header
-
Body
-
Fault
Questão 12
Questão
The xmlns: soap element can ________ and _______ have a value of _____
Responda
-
change, doesnt, w3.org/203/05/soap-en...
-
not change, should have, w3.org/2003/05.
Questão 13
Questão
The Soap Header element can contain the following
Responda
-
Authentication
-
Payment
-
Soap Body information
Questão 14
Questão
The mustUnderstand attribute can be used to indicate what code must be used in from the header element to render the SOAP message
Questão 15
Questão
The SOAP actor attribute is used to address the Header element to a specific endpoint
Questão 16
Questão
The SOAP Body is an optional component of the SOAP message
Questão 17
Questão
The SOAP Body above is requesting the item apple , not the price
Questão 18
Questão
Which statements are TRUE of the SOAP Fault Element?
Responda
-
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
Questão 19
Questão
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].
Responda
-
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
Questão 20
Questão
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
Responda
-
VersionMismatch
-
namespaceMismatch
-
MustUnderstand
-
OptionHolder
-
Client
-
Server
-
Database
-
Server
-
Client
-
Network
-
Post
Questão 21
Questão
SOAP Bindings are mechanisms that which allow for SOAP messages to be effectively exchanged using protocols such as HTTP or SMTP
Questão 22
Questão
Select the statements which are true for the XML
Responda
-
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
Questão 23
Questão
XML tags are case insensitive