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 |
Name some of the languages .NET support?
What's wrong with a line like this? Datetime.parse(mystring);
How do you view the methods and members of a dll?
What is the difference between reference type and value type?
Which property is used in the email to send the content as HTML
What is shared and repeatable inheritance?
What is the difference between response.redirect & server.transfer?
What are the authentication methods in .net?
Describe the Managed Execution Process?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain is the jit an interpreter?
Can you write a class without specifying namespace?