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
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is equivalent for regsvr32 exe in .net ?
Tell us why do we use the “using” statement?
Explain me what is .net web service?
Is .net an object oriented language? What are their components?
What is Event - Delegate? clear syntax for writing a event delegate
Explain the difference between public and static modifiers?
Explain what is the difference between a class and an object?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
In code behind class, name the type of code found. Is it the server side code or client side code?
What is typical about a windows process in regards to memory allocation in dot net?
What is different between webusercontrol and in webcustomcontrol?
How to implement CAS in .Net?
What is the base class of Button control in .NET?
Can I write il programs directly?