Web Services - Description Language (WSDL)

Webserviceexample

About

The Web Services Description Language (WSDL, pronounced 'wiz-dəl' or spelled out, 'W-S-D-L') is an XML-based language that provides a model for describing the functions of Web services.

For example, a banking Web service may implement functions to:

  • check an account,
  • print a statement,
  • and deposit and withdraw funds.

These functions are described in a WSDL file that any consumer can invoke to access the banking Web service.

A WSDL file is a public contract that specifies:

  • what the Web service looks like, such as the list of supported operations,
  • the signature and shape of each operation,
  • the protocols and transports that can be used when invoking the operations,
  • and the XML Schema data types that are used when transporting the data.

Reference





Discover More
Bip Eclipse Web Service
BIP - Web Service

Getting Started with BIP Web Service How to generate the BI Publisher Stub Classes See See Include the following jar files in your classpath activation.jar from the Java...
Card Puncher Data Processing
BusinessObjects Web Services

Business Objects Web Services provide a Java and .NET API accessed by rich clients in the user interaction tier, such as and . Web Services consists of software components that can be called remotely...
Card Puncher Data Processing
Computer Language

A programming language is a interface to the control of a CPU effectively controlling a computer. A language is a (possibly infinite) set of string all of which choose their symbols from some one alphabet....
Eclipse Wtp Installation Update
Eclipse - How to consume a web service (OBIEE) with WTP ?

The aim of this article is to show how with WTP, the Web Tools Platform Plugin of Eclipse, you can consume a web service. All the details the Web Service Subproject can be found on this page....
Java Conceptuel Diagram
Java - J2EE - Web Services Implementation

Java Web services are implemented according to the JSR 109: Implementing Enterprise Web Services specification, which defines the standard Java EE runtime architecture...
Card Puncher Data Processing
Markup Language (ML)

Markup language (xML) are rich text language (ie to turn text into visual) such as: images, links, tables, lists, and much more. By marking up the text, they give it a structure that:...
Saw Object
OBIEE - Web Services API (SOAP,WSDL)

OBIEE web services is an application programming interface (API) that implements SOAP from the presentation service layer. This API can be used to: start and manage web sessions retrieve results...
Card Puncher Data Processing
SAP BO - Query as a Web Service

Query as a Web Service provides new and easy ways to analyze information through user-driven client solutions for businesses. Business Intelligence (BI) content is usually bound to a specific user interface...
Webserviceexample
Web Service - Simple Object Access Protocol (SOAP)

SOAP (Simple Object Access Protocol) is a Web Services protocol for exchanging: Extensible Markup Language (XML) via the following Application Layer protocols: Remote Procedure Call (RPC) and HTTP...



Share this page:
Follow us:
Task Runner