What does WSDL stand for? Explain its purpose

What does WSDL stand for? Explain its purpose.

- WSDL stands for Web Services Description Language.
- It is an XML based interface definition language which is used to describe the functionality offered by a web service.
- It is also used for specific WSDL description of a web service (also referred to as a WSDL file).
- This file provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns.
- Its purpose is similar to that of a method signature in a programming language.
Define ViewState in ASP.NET
ASP.NET - Define ViewState in ASP.NET - It allows the state of objects (serializable) to be stored in a hidden field on the page....
Lifespan for items stored in ViewState - ASP.NET
ASP.NET - Lifespan for items stored in ViewState - Items stored in the ViewState exist for the life of the current page.....
Purpose of EnableViewState property - ASP.NET
ASP.NET - Purpose of EnableViewState property - It allows the page to save the users input on a form across postbacks.....
Post your comment