Multiple choice technology web technology

Main advantage of SOAP are

  1. architectural independent

  2. language independent

  3. based on http

  4. none of the above

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

SOAP's design separates specification from implementation, enabling architectural independence - any system can implement SOAP regardless of underlying architecture. Language independence stems from XML-based messaging - any language can parse XML. SOAP is transport-agnostic and works over HTTP, TCP, SMTP, etc., so being HTTP-based isn't an advantage.