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