What are the key elements of a SOAP based Web Service?

Answered

What are the key elements of a SOAP based Web Service?

Ninja Asked on 18th September 2018 in Web Service.
Add Comment
1 Answer(s)
Best answer

Key elements of a Web Service include:

•  XML – XML is the standard data interchange mechanism in a web service
• SOAP – Simple Object Access Protocol is a lightweight XML based protocol for communication between applications
• UDDI – Universal Description, Discovery and Integration is a XML based registry for registering and locating web services
• WSDL – Web Services Description Language is the standard meta language (XML) to describe the web services

Ninja Answered on 18th September 2018.
Add Comment