Font size
WorksheetsHTTP & Webservices
Total questions: 15
Worksheet time: 8mins
Which of the following is correct about XML Messaging layer in Web Service Protocol Stack?
This layer is responsible for encoding messages in a common XML format so that messages can be understood at either end.
Currently, this layer includes XML-RPC and SOAP.
both the statements are correct
none of the statements are true
Web Services are
Neither Loosely or Tightly Coupled
loosely coupled
tightly coupled
What does SOAP define?
The overall structure of the XML message
The conventions representing the remote procedure call in the XML message
A binding to HTTP
The type of client to be used
The conventions to wrap and send an error back to the sender
What is the purpose and format of URI in REST architecture?
Which of the following role of web service architecture implements the service and makes it available on the Internet?
Service Provider
Service Requestor
Service Registry
None of the above
Which component of Web Services does not acts as a directory?
UDDI
SOAP
WSDL
XML
What are the web service platform elements?
SOAP, UDDI, HTTP
HTTP, WSDL
UDDI, XML, SOAP
SOAP, UDDI, WSDL
Which of the following component of HTTP response indicates server status for the requested resource?
Status/Response Code
HTTP Version
Response Header
Response Body
Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?
200
201
204
304
What is the response code to delete a resource?
205
204
206
203
what is called as safe method?
POST
GET
PUT
DELETE
What is NOT a part of a SOAP Message ?
SOAP body
SOAP envelope
SOAP header
SOAP footer
Select the communication channels NOT use in a web service?
HTTP/POST
MIME
HTTP/GET
SOAP
What UDDI means?
Universal Definition Discovery and Integration
Universal Definition Display and Integration
Universal Description Discovery and Integration
Universal Discovery Description and Integration
What does status code 403 mean?
The request could not be understood by the server due to malformed syntax.
The server understood the request, but is refusing to fulfill it.
The server has not found anything matching the Request-URI
The request requires user authentication
