Multiple choice

Coding and decoding, and transporting the data is performed by

  1. XML and UDDI respectively

  2. XML and SOAP respectively

  3. HTML and HTTP respectively

  4. HTML and SOAP respectively

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

XML is the standard format for encoding and decoding data in web services, providing a structured way to represent information. SOAP (Simple Object Access Protocol) is the protocol used to transport this XML data between applications over networks. Together, they form the core of web service communication.