Answer Posted / suhasini suresh
WSDL: Files with the WSDL extension contain web service
interfaces expressed in the Web Service Description
Language (WSDL). WSDL is a standard XML document type
specified by the World Wide Web Consortium.
WSDL files are used to communicate interface information
between web service producers and consumers. A WSDL
description allows a client to utilize a web service’s
capabilities without knowledge of the implementation
details of the web service.
Disco: It is a Microsoft technology for publishing and
discovering Web Services. DISCO can define a document
format along with an interrogation algorithm, making it
possible to discover the Web Services exposed on a given
server. DISCO makes it possible to discover the
capabilities of each Web Service (via documentation) and
how to interact with it. To publish a deployed Web Service
using DISCO, you simply need to create a .disco file and
place it in the vroot along with the other service-related
configuration.
| Is This Answer Correct ? | 56 Yes | 8 No |
Post New Answer View All Answers
Tell me what is a “jagged array”?
What is Flyout Design Pattern in .NET?
How many types of design patterns available in .NET?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is garbage collection in .net? Explain the garbage collection process?
What is misl?
Explain how to manage pagination in a page using .net?
How does linq work?
Explain the difference between asp.net and asp?
What is .net technology?
Write the .net syntax for 'while loop'?
Explain how viewstate is being formed and how it's stored on client in .net?
How is .net able to support multiple languages?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Differences between dll and exe?