create_soap_message
Define a new outbound SOAP message integration by providing name, endpoint URL, and optional authentication settings.
Instructions
Create a new outbound SOAP Message definition (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique SOAP Message name | |
| endpoint | Yes | SOAP service endpoint URL | |
| wsdl | No | WSDL URL for the service (used for schema introspection) | |
| namespace | No | XML namespace for SOAP body elements | |
| soap_action_prefix | No | Prefix prepended to all SOAP action headers | |
| authentication_type | No | Auth type: "no_authentication" (default), "basic", "mutual_authentication" | |
| description | No | Purpose/description of this integration | |
| active | No | Make active immediately (default: true) |