Simple Object Access Protocol
SOAP is an XML-based messaging protocol for web services, common in enterprise and legacy systems where REST has not replaced it. Its XML foundation exposes it to attacks like XXE, XML bombs, and signature wrapping, and its WSDL files can leak API details to attackers. Securing SOAP services means hardening XML parsers and validating messages, not just protecting the transport.