What are the key elements of a SOAP based Web Service?
Answered
What are the key elements of a SOAP based Web Service?
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