How WSDL is stored ?



How WSDL is stored ?..

Answer / narayan sahu(netx)

WSDL is an XML format for describing network services as a
set of endpoints operating on messages containing either
document-oriented or procedure-oriented information. The
operations and messages are described abstractly, and then
bound to a concrete network protocol and message format to
define an endpoint. Related concrete endpoints are combined
into abstract endpoints (services). WSDL is extensible to
allow description of endpoints and their messages
regardless of what message formats or network protocols are
used to communicate, however, the only bindings described
in this document describe how to use WSDL in conjunction
with SOAP 1.1, HTTP GET/POST, and MIME.

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between static page and dynamic page?

0 Answers  


create a keypair?

1 Answers  


Is .net core managed code?

0 Answers  


How do I spawn a thread?

0 Answers  


How many types of transactions are there in com + .net ?

0 Answers  






What is managed code execution?

0 Answers  


What are asp.net authentication providers and iis security?

0 Answers  


Is there any thread in our .net programs?

0 Answers  


.What is Marshaling?

2 Answers  


How Can Creating Installation Components in .Net?

1 Answers  


Can you write a class without specifying namespace?

0 Answers  


What is the difference between override and overload in a method?

0 Answers  


Categories