create_soap_message_function
Add a SOAP operation to an existing SOAP Message by specifying the WSDL operation name, SOAP action, and request template.
Instructions
Add a SOAP function (operation) to an existing SOAP Message (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soap_message_sys_id | Yes | Parent SOAP Message sys_id | |
| name | Yes | Function name (used in scripts to call this operation) | |
| function_name | Yes | WSDL operation name (matches the SOAP operation) | |
| soap_action | No | Full SOAP Action header value | |
| soap_message_template | No | SOAP XML request body template with ${variable} placeholders | |
| active | No | Make active immediately (default: true) |