How WSDL is stored ?
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 |
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is the difference between asp.net & vb.net and explain architecture?
What is .NET Framework?
What is Delegate? Have ever used Delegates in your project.
When would you use .NET Remoting and when Web services?
Is there built-in support for tracing?
Explain acid properties?
Which file is taken by compiler when we have both file Application and Server Configuration file?
what is viewstate?
Explain the two different types of typecasting?
Explain about Behavioral design pattern?
What is an anonymous method?