How does SOAP handle data encoding for transmission?

  • It does not handle data encoding
  • It uses JSON for encoding data
  • It uses XML for encoding data
  • It uses binary encoding for efficiency
SOAP typically uses XML for encoding data. XML provides a standardized way to represent structured data, making it platform-independent and human-readable.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *