WSDL website screenshot

WSDL

WSDL (Web Services Description Language) is a W3C standard XML format for describing web service interfaces. It defines services as collections of network endpoints (ports) that exchange messages, specifying the abstract operations, message formats, and protocol bindings needed to interact with a web service. WSDL 2.0 became a W3C Recommendation on June 26, 2007, and adds support for all HTTP request methods, making it more suitable for RESTful web services than its predecessor WSDL 1.1.

WSDL is profiled on the APIs.io network. Tagged areas include Service Description, W3C, Web Services, WSDL, and XML.

The WSDL catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

WSDL’s developer surface includes documentation and 26 more developer resources.

0 APIs 10 Features 6 Use Cases
Service DescriptionW3CWeb ServicesWSDLXMLSOAPStandardsProtocols

Features 10

Notable capabilities this provider offers.

Abstract Service Interface

Defines abstract interfaces separating service contract from protocol binding.

Message Exchange Patterns

Supports In-Only, Robust In-Only, and In-Out message exchange patterns.

SOAP Binding

Native SOAP 1.2 binding for web service interoperability.

HTTP Binding

HTTP binding supporting all HTTP methods including GET, POST, PUT, DELETE.

RPC Style Operations

RPC-style operation dispatch with input and output message wrappers.

Type System Integration

Integrates with XML Schema for defining message types.

Multiple Endpoints

Supports multiple endpoints per service with different protocol bindings.

Namespace and Modularity

Uses XML namespaces to enable modular and reusable service descriptions.

Operation Safety Declaration

Allows marking safe read-only operations per web architecture principles.

RDF Mapping

Normative mapping to RDF for linked data and semantic web integration.

Scroll for all 10

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Wsdl Context

6 classes · 20 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

WSDL API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 8

Standalone JSON Schema definitions for this provider's data models.

WSDL Binding

5 properties

JSON SCHEMA

WSDL Description

5 properties

JSON SCHEMA

WSDL Endpoint

3 properties

JSON SCHEMA

WSDL Interface Fault

2 properties

JSON SCHEMA

WSDL Interface

5 properties

JSON SCHEMA

WSDL Operation

8 properties

JSON SCHEMA

WSDL Service

3 properties

JSON SCHEMA

WSDL Types

2 properties

JSON SCHEMA

Scroll for all 8

JSON Structure 8

JSON Structure definitions describing this provider's data shapes.

Wsdl Binding Structure

5 properties

JSON STRUCTURE

Wsdl Description Structure

5 properties

JSON STRUCTURE

Wsdl Endpoint Structure

3 properties

JSON STRUCTURE

Wsdl Interface Fault Structure

2 properties

JSON STRUCTURE

Wsdl Interface Structure

5 properties

JSON STRUCTURE

Wsdl Operation Structure

8 properties

JSON STRUCTURE

Wsdl Service Structure

3 properties

JSON STRUCTURE

Wsdl Types Structure

2 properties

JSON STRUCTURE

Scroll for all 8

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Wsdl Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Use Cases 6

What developers build with this provider.

SOAP Web Service Description

Describing enterprise SOAP web services for automated client generation.

Service Contract Definition

Defining service contracts between service providers and consumers.

Code Generation

Generating client proxy code and server stubs from WSDL documents.

Service Discovery

Enabling automated discovery and invocation of web services.

Interoperability Testing

Validating interoperability between different SOAP implementations.

REST Service Description

Describing RESTful services using WSDL 2.0 HTTP binding support.

Integrations 6

Pre-built integrations with other platforms and tools.

XML Schema

WSDL 2.0 uses XML Schema for type definitions.

SOAP 1.2

Native SOAP 1.2 binding defined in WSDL 2.0 Part 2.

HTTP 1.1

HTTP binding supporting REST-style services.

UDDI

WSDL documents are referenced in UDDI service registries.

WS-Policy

Web services policy framework that annotates WSDL descriptions.

WS-Addressing

Endpoint reference standards used with WSDL service endpoints.

Resources

Documentation 13

Reference material describing how the API behaves

Scroll for all 13

Design & Contract 10

Pagination, idempotency, versioning, errors, and events

Scroll for all 10

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: wsdl
x-type: concept
deliveryModel:
  model: unknown
  open_source: false
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/wsdl.png
name: WSDL
description: WSDL (Web Services Description Language) is a W3C standard XML format for describing web service interfaces.
  It defines services as collections of network endpoints (ports) that exchange messages, specifying the abstract operations,
  message formats, and protocol bindings needed to interact with a web service. WSDL 2.0 became a W3C Recommendation on June
  26, 2007, and adds support for all HTTP request methods, making it more suitable for RESTful web services than its predecessor
  WSDL 1.1.
url: https://www.w3.org/TR/wsdl20/
tags:
- Service Description
- W3C
- Web Services
- WSDL
- XML
- SOAP
- Standards
- Protocols
created: '2025'
modified: '2026-05-03'
specificationVersion: '0.23'
apis: []
common:
- type: DomainSecurity
  url: security/wsdl-domain-security.yml
- type: Specification
  title: WSDL 2.0 Part 1 Core Language
  url: https://www.w3.org/TR/wsdl20/
  description: Core language specification defining the WSDL 2.0 component model, XML representation, and conformance requirements.
- type: Specification
  title: WSDL 2.0 Part 2 Adjuncts
  url: https://www.w3.org/TR/wsdl20-adjuncts/
  description: Defines message exchange patterns, operation styles, and SOAP/HTTP binding extensions for WSDL 2.0.
- type: Specification
  title: WSDL 2.0 Part 0 Primer
  url: https://www.w3.org/TR/wsdl20-primer/
  description: Non-normative introduction and tutorial for the WSDL 2.0 specification with worked examples.
- type: Specification
  title: WSDL 2.0 RDF Mapping
  url: https://www.w3.org/TR/wsdl20-rdf/
  description: Normative mapping from WSDL 2.0 component model to RDF triples for linked data representation.
- type: Website
  title: W3C Web Services Activity
  url: https://www.w3.org/standards/techs/wsdl
  description: W3C standards page for WSDL covering all versions and related specifications.
- type: Documentation
  title: WSDL 2.0 Technical Reports
  url: https://www.w3.org/TR/?tag=webservice
  description: All W3C technical reports related to web services including WSDL.
- type: GitHubOrganization
  title: W3C GitHub
  url: https://github.com/w3c
  description: W3C organization on GitHub where web standards tooling and schemas are maintained.
- type: Community
  title: W3C Web Services Discussion
  url: https://lists.w3.org/Archives/Public/public-ws-desc/
  description: Public mailing list archive for the W3C Web Services Description Working Group.
- type: JSONSchema
  title: WSDL Description
  url: json-schema/wsdl-description.json
- type: JSONSchema
  title: WSDL Types
  url: json-schema/wsdl-types.json
- type: JSONSchema
  title: WSDL Interface
  url: json-schema/wsdl-interface.json
- type: JSONSchema
  title: WSDL Operation
  url: json-schema/wsdl-operation.json
- type: JSONSchema
  title: WSDL Interface Fault
  url: json-schema/wsdl-interface-fault.json
- type: JSONSchema
  title: WSDL Binding
  url: json-schema/wsdl-binding.json
- type: JSONSchema
  title: WSDL Service
  url: json-schema/wsdl-service.json
- type: JSONSchema
  title: WSDL Endpoint
  url: json-schema/wsdl-endpoint.json
- type: JSONLDContext
  title: WSDL JSON-LD Context
  url: json-ld/wsdl-context.jsonld
- type: JSONStructure
  title: WSDL Description Structure
  url: json-structure/wsdl-description-structure.json
- type: JSONStructure
  title: WSDL Types Structure
  url: json-structure/wsdl-types-structure.json
- type: JSONStructure
  title: WSDL Interface Structure
  url: json-structure/wsdl-interface-structure.json
- type: JSONStructure
  title: WSDL Operation Structure
  url: json-structure/wsdl-operation-structure.json
- type: JSONStructure
  title: WSDL Interface Fault Structure
  url: json-structure/wsdl-interface-fault-structure.json
- type: JSONStructure
  title: WSDL Binding Structure
  url: json-structure/wsdl-binding-structure.json
- type: JSONStructure
  title: WSDL Service Structure
  url: json-structure/wsdl-service-structure.json
- type: JSONStructure
  title: WSDL Endpoint Structure
  url: json-structure/wsdl-endpoint-structure.json
- type: Vocabulary
  title: WSDL Vocabulary
  url: vocabulary/wsdl-vocabulary.yaml
- type: Features
  data:
  - name: Abstract Service Interface
    description: Defines abstract interfaces separating service contract from protocol binding.
  - name: Message Exchange Patterns
    description: Supports In-Only, Robust In-Only, and In-Out message exchange patterns.
  - name: SOAP Binding
    description: Native SOAP 1.2 binding for web service interoperability.
  - name: HTTP Binding
    description: HTTP binding supporting all HTTP methods including GET, POST, PUT, DELETE.
  - name: RPC Style Operations
    description: RPC-style operation dispatch with input and output message wrappers.
  - name: Type System Integration
    description: Integrates with XML Schema for defining message types.
  - name: Multiple Endpoints
    description: Supports multiple endpoints per service with different protocol bindings.
  - name: Namespace and Modularity
    description: Uses XML namespaces to enable modular and reusable service descriptions.
  - name: Operation Safety Declaration
    description: Allows marking safe read-only operations per web architecture principles.
  - name: RDF Mapping
    description: Normative mapping to RDF for linked data and semantic web integration.
- type: UseCases
  data:
  - name: SOAP Web Service Description
    description: Describing enterprise SOAP web services for automated client generation.
  - name: Service Contract Definition
    description: Defining service contracts between service providers and consumers.
  - name: Code Generation
    description: Generating client proxy code and server stubs from WSDL documents.
  - name: Service Discovery
    description: Enabling automated discovery and invocation of web services.
  - name: Interoperability Testing
    description: Validating interoperability between different SOAP implementations.
  - name: REST Service Description
    description: Describing RESTful services using WSDL 2.0 HTTP binding support.
- type: Integrations
  data:
  - name: XML Schema
    description: WSDL 2.0 uses XML Schema for type definitions.
  - name: SOAP 1.2
    description: Native SOAP 1.2 binding defined in WSDL 2.0 Part 2.
  - name: HTTP 1.1
    description: HTTP binding supporting REST-style services.
  - name: UDDI
    description: WSDL documents are referenced in UDDI service registries.
  - name: WS-Policy
    description: Web services policy framework that annotates WSDL descriptions.
  - name: WS-Addressing
    description: Endpoint reference standards used with WSDL service endpoints.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/wsdl"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/wsdl/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/wsdl/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.