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 |
How do we access crystal reports in .net?
How will you do redo and undo in textbox control?
What is web.config in .net?
How many types of generations are there in a garbage collector?
Example from .net. Integer & struct are value types or reference types in .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Class for getting the info that is on clipboard of our system in a windows App?
Which ports are used by viruses? UDP/TCP?
Write the .net syntax for 'while loop'?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
Explain role-based security in .Net.