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 is alias ? Is it used in .Net ?
What?s different about a Windows service as compared to a regular application?
What's the problem with .net generics?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain me what is the difference between an abstract class and an interface?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Please explain what do the terms “boxing” and “unboxing” mean?
What is value type and refernce type in .net?
How to instantiate a delegate?
Explain when should you use .net web forms over asp.net mvc?
What is the difference between a namespace and assembly name in .net?
diff between forms authentication and windows authentication?