Multiple choice technology architecture

WCF’s fundamental communication mechanism is ________ web services

  1. Soap-based

  2. Xml-Based

  3. Binary-based

  4. All of the above

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

WCF's default and primary communication mechanism is SOAP-based web services. While WCF can support multiple encoding formats (including binary and XML), its fundamental architecture is built around SOAP protocols for interoperability.