Static Configurations
By default, values such as SOAP proxy endpoint
and timeout
are pre-configured in the default configuration file config-default.yaml
. For example:
plugin_attr:
soap:
endpoint: http://127.0.0.1:5000
timeout: 30000
To customize these values, add the corresponding configurations to config.yaml
, which takes precedence over the configurations in config-default.yaml
. Reload APISIX for changes to take effect.
Parameters
See plugin common configurations for configuration options available to all plugins.
wsdl_url
string
required
URL to the WSDL file.