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
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's the .net collection class that allows an element to be accessed using a unique key?
In code behind class, name the type of code found. Is it the server side code or client side code?
Describe the Managed Execution Process
What tools can I use to develop .net applications?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is RPC? What is the use of it?
How to create properties and methods using controls?
how can i create a table from front end to back end in wabe page?
What is an anonymous method and how is it different from a lambda expression?
How viewstate is being formed and how it's stored on client in .net?
What is the use of common language runtime?
What is shared and repeatable inheritance?
Explain the garbage collection process?
How can you assign an rgb color to a system.drawing.color object?