What is SOAP, UDDI and WSDL ?
Answer Posted / udit trivedi
SOAP (Simple Object Access Protocol) is a simple protocol
for exchange of information. It is based on XML and
consists of three parts: a SOAP envelope (describing what's
in the message and how to process it); a set of encoding
rules, and a convention for representing RPCs (Remote
Procedure Calls) and responses.
UDDI (Universal Description, Discovery, and Integration) is
a specification designed to allow businesses of all sizes
to benefit in the new digital economy. There is a UDDI
registry, which is open to everybody. Membership is free
and members can enter details about themselves and the
services they provide. Searches can be performed by company
name, specific service, or types of service. This allows
companies providing or needing web services to discover
each other, define how they interact over the Internet and
share such information in a truly global and standardized
fashion.
WSDL (Web Services Description Language) defines the XML
grammar for describing services as collections of
communication endpoints capable of exchanging messages.
Companies can publish WSDLs for services they provide and
others can access those services using the information in
the WSDL. Links to WSDLs are usually offered in a company?s
profile in the UDDI registry.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain the advantages of passport authentication.
What is a 404 redirect?
Write some code using interfaces, virtual methods, and an abstract class`
What is a reflection?
Is it possible to apply themes to an asp.net application? If yes, then how?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is variable and constant in .net programming language?
What are the differences between code behind and code inline?
What is the significance of ASP.NET routing?
What is the file extension of web service?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
how to include timer or counting time to display next page in asp.net
I’m having some trouble with cas. How can I diagnose my problem?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Explain the overview of asp.net?