SOAP · Schema

SOAP Envelope

Schema describing the top-level structure of a SOAP message envelope as defined by the W3C SOAP 1.2 specification. The envelope is the root element of every SOAP message and contains an optional header and a required body.

SOAPMessaging ProtocolWeb ServicesXMLW3C StandardEnterprise IntegrationWS-Star

Properties

Name Type Description
encodingStyle string A URI identifying the serialization rules used to encode the SOAP message parts.
Header object
Body object
View JSON Schema on GitHub

JSON Schema

soap-envelope.json Raw ↑
{
  "$id": "soap-envelope.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SOAP Envelope",
  "description": "Schema describing the top-level structure of a SOAP message envelope as defined by the W3C SOAP 1.2 specification. The envelope is the root element of every SOAP message and contains an optional header and a required body.",
  "type": "object",
  "required": [
    "Body"
  ],
  "properties": {
    "encodingStyle": {
      "type": "string",
      "format": "uri",
      "description": "A URI identifying the serialization rules used to encode the SOAP message parts."
    },
    "Header": {
      "$ref": "soap-header.json"
    },
    "Body": {
      "$ref": "soap-body.json"
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/soap-envelope"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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