API7 Docs
TransformationSOAP

SOAP Configuration

Static Configurations

By default, values such as SOAP proxy endpoint and timeout are pre-configured in the default configuration file config-default.yaml.

The file to update depends on how the gateway is deployed:

For host or Docker deployments, configure the following settings:

config.yaml
plugin_attr:
  soap:
    endpoint: http://127.0.0.1:5000
    timeout: 3000  # in milliseconds

Then reload the gateway for changes to take effect.

Parameters

See plugin common configurations for configuration options available to all plugins.

  • wsdl_urlstring · required

    URL to the WSDL file.

  • max_req_body_sizeinteger · optional · default: 67108864

    Maximum request body size in bytes buffered into memory. Larger request bodies are rejected. Available in API7 Enterprise from version 3.9.17 on the 3.9 line and from version 3.10.4 on the 3.10 line.