Saturday, March 6, 2021

Few important question about Web Services.

 What the components of a Web Service?

SOAP (Simple Object Access Protocol)

UDDI (Universal Description, Discovery and Integration)

WSDL (Web Services Description Language)


What is the purpose of SOAP in a web service?

A web service takes the help of SOAP to transfer a message

No comments:

Post a Comment

Web API Versioning.

 Implement the new feature without impacting the existing consumers we can solve this problem by API versioning. When the business has start...