n8n-nodes-soap
v0.1.0
Published
n8n node to send SOAP requests
Downloads
27
Readme
[!IMPORTANT] This is a development version and should be used for testing purposes only. Currently, authentication as well as proper error handling are not yet implemented. We are planning to release v1 in the near future.
n8n-nodes-soap
This is an n8n community node. It lets you use SOAP APIs in your n8n workflows.
SOAP APIs or SOAP web services are an API standard that uses XML payloads that are sent as so-called 'envelopes' via HTTP(S).
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node lets you add a SOAP request to your workflows, similar to how you would add an REST request.
Compatibility
This package was tested with n8n versions 1.18 and 1.21, but should work with any recent n8n version.