SOAP · Schema

SOAP Header Block

Schema describing an individual SOAP header block. Header blocks are discrete units of information within the SOAP header, each targeted at a specific SOAP node and optionally requiring processing by that node.

SOAPMessaging ProtocolWeb ServicesXMLW3C StandardEnterprise IntegrationWS-Star

Properties

Name Type Description
name string The local name of the header block element.
namespace string The XML namespace URI qualifying the header block element.
role string A URI identifying the SOAP node role that should process this header block. Standard roles include next, none, and ultimateReceiver.
mustUnderstand boolean Indicates whether the targeted SOAP node must process this header block. If true and the node cannot process it, a fault must be generated.
relay boolean Indicates whether this header block must be relayed to the next SOAP node if it is not processed. Only applicable to SOAP 1.2.
value object The content of the header block, which may be a string, object, or other structured data.
View JSON Schema on GitHub

JSON Schema

soap-header-block.json Raw ↑
{
  "$id": "soap-header-block.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SOAP Header Block",
  "description": "Schema describing an individual SOAP header block. Header blocks are discrete units of information within the SOAP header, each targeted at a specific SOAP node and optionally requiring processing by that node.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The local name of the header block element."
    },
    "namespace": {
      "type": "string",
      "format": "uri",
      "description": "The XML namespace URI qualifying the header block element."
    },
    "role": {
      "type": "string",
      "format": "uri",
      "description": "A URI identifying the SOAP node role that should process this header block. Standard roles include next, none, and ultimateReceiver.",
      "examples": [
        "http://www.w3.org/2003/05/soap-envelope/role/next",
        "http://www.w3.org/2003/05/soap-envelope/role/none",
        "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
      ]
    },
    "mustUnderstand": {
      "type": "boolean",
      "description": "Indicates whether the targeted SOAP node must process this header block. If true and the node cannot process it, a fault must be generated.",
      "default": false
    },
    "relay": {
      "type": "boolean",
      "description": "Indicates whether this header block must be relayed to the next SOAP node if it is not processed. Only applicable to SOAP 1.2.",
      "default": false
    },
    "value": {
      "description": "The content of the header block, which may be a string, object, or other structured data.",
      "additionalProperties": true
    }
  },
  "additionalProperties": true
}

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-header-block"
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.