About WSDL

WSDL stand for (Web Services Description Language) which is often used in combination with SOAP and XML Schema to provide web services over the Internet and via Internet client program connecting to a web service can read the WSDL to determine what functions are available on the server. Any special datatypes used are embedded in the WSDL file in the form of XML Schema. The client can then use SOAP to actually call one of the functions listed in the WSDL. The Web Services Description Language is an XML based language used to describe the services a business offers and to provide a way for individuals and other businesses to access those services electronically. WSDL is the cornerstone of the Universal Description, Discovery, and Integration (UDDI) initiative spearheaded by Microsoft, IBM, and Ariba. UDDI is an XML-based registry for businesses worldwide, which enables businesses to list themselves and their services on the Internet. WSDL is the language used to do this. A WSDL document is a concrete description of a Web service that includes both abstract and concrete elements. WSDL describes the abstract functionality of a service and provides a framework for describing the concrete details of a service description. 

Related resources for WSDL
  • Using the Web Services in ASP.NET4/25/2024 7:55:47 AM. Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
  • How To Prepare Environment For Salesforce API Based Development7/21/2023 8:41:16 AM. In this article, we will discuss the detailed steps on how to set up the environment for API Development in Salesforce with all prerequisites tools & permissions.
  • Introduction to Web Services1/31/2022 11:25:19 AM. A tutorial explains basics of web services followed by sample example.
  • How to Connect Salesforce API With C#1/20/2021 11:35:41 AM. This article explains how to connect to or integrate with Salesforce with C#.
  • How To Create ASP.NET Web Service12/19/2016 12:15:22 AM. This video tutorial explains how to create ASP.NET Web Service step-by-step, which covers the following topics-Why Web Service? What Is Web Service? Real Time Scenario Creating ASP.NET Web Service Us
  • Use Of SoapUI11/29/2015 11:48:12 AM. In this article we will learn how to make use of SoapUI to execute our WSDL.
  • Technologies Behind SOA1/29/2015 3:33:18 AM. In this article you will see few technologies in the world for SOA, like WSDL and UDDI.
  • How to Hide the WSDL File or Webservice3/1/2014 4:38:41 PM. This article shows how to hide your web service, but before that I will tell you what the problem behind it is.
  • Web Services: Part 2 (Creating a WebService)2/10/2013 5:39:32 PM. In this article you will learn how to create Web Services and consume them in a client application.
  • Web Services: Part 12/4/2013 6:37:21 PM. In this article you will learn about Web Services in detail.
  • Accessing a Web Service from a Desktop in VB.NET11/9/2012 7:42:05 AM. In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet() Web methods in the Web Service.
  • Best Approach for Designing Interoperable Web Service10/13/2012 5:52:26 AM. This article will clarify and explain in detail the different Web Service Design Methodologies as defined by the Web Services Standardization Groups, clarify the terms, highlight their differences.
  • Data Integrity in Web Services10/13/2012 5:46:52 AM. Web Services bring with them great possibilities and with these possibilities are some pitfalls.
  • Integrating Google Search using the Google Web Services10/13/2012 5:41:56 AM. This sample shows how to integrate search into your application using the Google Web Service API.
  • Web Services between .NET, Java and MS SOAP Toolkit: Part 210/13/2012 5:14:58 AM. This second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
  • Musical Teacher Web Service10/13/2012 5:07:29 AM. A number of people / organizations have developed web services that are available for free to use.
  • Creating the Web Service Consumer 10/13/2012 3:24:12 AM. In this article I will explain creating the Web Service Consumer.
  • Web Service Between .NET, Java and MS SOAP Toolkit - Part II5/19/2012 6:44:42 AM. Second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
  • Service Contracts in WCF5/15/2012 5:24:22 PM. Service contracts describe the functional operations implemented by the service
  • Web Service WSDL Easily Explained11/26/2010 7:18:27 PM. In this article the Web Services Description Language (WSDL) is easily explained.
  • XML-Based Protocols4/13/2010 12:45:19 AM. In this article I will explain you about XML-Based Protocols.
  • Chapter 32: Web Service Standards and Extensions4/29/2008 6:27:07 AM. This chapter describes two most important web service protocols: SOAP and WSDL. SOAP is an incredibly lightweight protocol for messaging. WSDL is a flexible, extensible protocol for describing web services.
  • Degenerated Observer and Asynchronous Web Services2/7/2006 11:30:24 PM. In this article I will revisit Observer pattern and try to show how it can be modified and used to make web services to dispatch and receive notifications.