Multiple choice

Web services are the amalgamation of

  1. XML and SOAP

  2. XML and HTTP

  3. WSDL and UDDI

  4. eb-XML and WSDL

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web services fundamentally combine XML for structured data representation with HTTP as the underlying transport protocol. While SOAP is commonly used with XML and HTTP, the core combination that makes web services work is XML (for message formatting) and HTTP (for message transport).