nerdexam
EC-Council

312-50V13 · Question #379

Websites and web portals that provide web services commonly use the Simple Object Access Protocol (SOAP). Which of the following is an incorrect definition or characteristics of the protocol?

The correct answer is B. Only compatible with the application protocol HTTP. SOAP (Simple Object Access Protocol) is a structured messaging protocol for web services that can operate over various application layer protocols, not exclusively HTTP.

Submitted by krish.m· Mar 6, 2026Hacking Web Applications

Question

Websites and web portals that provide web services commonly use the Simple Object Access Protocol (SOAP). Which of the following is an incorrect definition or characteristics of the protocol?

Options

  • AExchanges data between web services
  • BOnly compatible with the application protocol HTTP
  • CProvides a structured model for messaging
  • DBased on XML

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • C
    4% (1)

Why each option

SOAP (Simple Object Access Protocol) is a structured messaging protocol for web services that can operate over various application layer protocols, not exclusively HTTP.

AExchanges data between web services

SOAP's primary purpose is to enable the exchange of structured information between web services, making this a correct characteristic.

BOnly compatible with the application protocol HTTPCorrect

SOAP (Simple Object Access Protocol) is designed to be independent of the underlying transport protocol, meaning it can use HTTP, SMTP, TCP, or even other protocols for message transmission. The statement that it is *only* compatible with HTTP is incorrect, as its flexibility with transport is a key characteristic.

CProvides a structured model for messaging

SOAP defines a structured XML-based messaging framework, ensuring messages adhere to a specific format, which is a correct characteristic.

DBased on XML

SOAP messages are fundamentally based on XML for their format, content, and structure, making this a correct characteristic.

Concept tested: SOAP protocol characteristics

Topics

#SOAP#web services#protocols#XML

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice