Web services are the amalgamation of
-
XML and SOAP
-
XML and HTTP
-
WSDL and UDDI
-
eb-XML and WSDL
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).