What is WSDL in Asp.net Programming
WSDL in Asp.net Programming:
The WSDL is refer to WEB SERVICE ,means Web Service Description Language.it is play important roll in making a web service.here we give the some point for understanding this. WSDL completely describes Web services, the methods available, and the various ways of calling these methods.
WSDL:
Web Service Description Language (WSDL) is a W3C specification which defines XML grammar for describing Web Services.
• XML Grammar describes details such as:-
• Where we can find the Web Service (its URI)?
• What are the methods and properties that service supports?
• Data type support. Supported protocols In short its a bible of what the webservice can do. Clients can consume this WSDL and build proxy objects that clients use to communicate with the Web Services.
|
web-services |
WSDL
Reference :
- w3.org/TR/2001/NOTE-wsdl-20010315
- Creating a WSDL File and Clients for Your ASP.NET
- How to generate a wsdl file of a web service
- how to call web service(.wsdl) using asp.net
- how to use wsdl? | The ASP.NET Forums
Other Post on this tutorial:
- Example of DropDownList inside GridView
- Check box in ASP.NET GridView
- Ckeck box list example using javascript in grid.
- Check box in ASP.NET GridView
- Show grid view row details in to tooltip.
- How to Bind Gridview Form database.
- Show gridview Row Details And Give Example.
- Example of Templatefield in asp.net gridview.
- Example of DropDownList inside GridView control
- Introduction of Asp.net grid view Control.
- Example of C# for Bind Data to asp.net Textbox inside gridview control
- Bind Data to asp.net textbox control in inside of gridview Using C# Example
- Example jQuery Validate on CheckBoxList using C#
- How do you do html text encodes using JavaScriptCheck Uncheck all asp.net CheckBox in asp.net using jQuery
- Example of jQuery Validate on Radiobuttonlist in Asp.Net using C#
- Validate ASP.Net RadioButtonList using JavaScript Example
- Example of jQuery Validate on Radiobuttonlist in Asp.Net using C#
- Cropping image using jQuery in asp.net
- Displaying the textbox value in javascript Messagebox
- fill data into Dropdown list by using Jquery
- jQuery Crop Image in Asp.net using Jcrop jQuery
- Example jQuery Validate on CheckBoxList using C#
- Check Uncheck all asp.net CheckBox in asp.net using jQuery
- Check Uncheck all html CheckBox controls using jQuery:
- Asp.net CheckBoxList using jQuery.
- Get selected radio button values using JQuery.
- Get selected radio button values using JQuery
- Check Uncheck all html CheckBox controls using jQuery: