What does WSDL stand for?

Answer Posted / praveen

Web Services is a fairly new technology that has become
very popular in the past few years. Basically, a Web
service is a service that is created to communicate, using
standard XML formats, to any application that knows how to
talk to it. The Web service will have a public interface
written in Web Service Description Language (WSDL). The
interface describes what the Web service does and how to
communicate with it. The actual communication is done with
XML, typically using the SOAP protocol. Because XML is
basically just text, an application that can read text can
read and interpret a Web service.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1754


Can we create a multiple user simultaneously ?

579


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

588


What is the difference between “Web.config” and “Machine.Config”?

692


What are the difference between overriding and overloading?

496






Why would a company use an application service provider?

488


What is active web page?

559


What is the exact purpose of http handlers?

559


What are the main advantages of using asp.net?

549


Describe the disadvantage of cookies.

591


Describe the differences between the lifecycles of Windows services and Standard EXE?

597


What are the Types of authentications in IIS

592


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

658


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1367


Explain about asp.net 2.0 themes?

551