AND ANSWERS WITH COMPLETE SOLUTIONS VERIFIED
GRADED A++
What is XML used for?
Defining languages and SOC protocols
Can leave tags open, <li>, XML or HTML?
HTML
Can't leave tags open, <li></li>, XML or HTML?
XML
Tags have a predefined meaning, XML or HTML?
HTML
Tags are user defined, XML or HTML?
XML
What is SOAP?
Protocol for transporting messages between apps and services.
SOAP messages use what language?
XML
What is the structure of a SOAP message?
Envelope tags surrounding a set of header tags and then a set of body tags
What is WSDL used for?
, Describing web services (interfaces)
What does WSDL define about a service?
Functionality of the services, data type of the parameters and return, binding
information, address (url) of the specified service
Pros of web services described in WSDL?
They can be searched, matched, and discovered based on requirements, details on
discovery and remote calls are provided
What is the OOC equivalent of WSDL interface in SOC Services?
Language Interface
What is the OOC equivalent of service namespace in SOC services?
class namespace
What is the OOC equivalent of a WSDL service?
Classes/Objects
What is the OOC equivalent of WSDL service operations?
Methods
SOAP/WSDL services have a standard interface in ______
WSDL
Who is OASIS?
member-led, international non-profit standards cosnotrium
What is UDDI?
A registry for services
What is ebXML?