SOAP action
cp:otoroshi.next.plugins.SOAPAction
This plugin is able to call SOAP actions and expose it as a rest endpoint
categories:
- Integrations
default configuration:
{
"url" : null,
"envelope" : "<soap envelope />",
"action" : null,
"preserve_query" : true,
"charset" : null,
"jq_request_filter" : null,
"jq_response_filter" : null
}