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 |
Explain garbage collection?
Explain soap and xml?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is the difference between .net and laravel?
Explain about .NET services?
What are situations when you register .NET assembly in GAC ?
Major role of CLR for CAS
Differentiate between managed and unmanaged code?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is boxing in .NET?
Explain role-based security in .Net.