Which API architectural style uses a contract in the form of WSDL (Web Services Description Language)?

  • JSON (JavaScript Object Notation)
  • REST
  • SOAP (Simple Object Access Protocol)
  • XML (eXtensible Markup Language)
SOAP is an API architectural style that uses a contract in the form of WSDL (Web Services Description Language) to define the structure and functionality of the web service. This contract allows clients to understand how to interact with the service.
Add your answer
Loading...

Leave a comment

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