Command · Web & Custom Endpoints
SOAP Endpoint
Call a SOAP service with an XML envelope, SOAPAction header, and Basic or WS-Security auth. The raw XML response is stored as a single Markdown file.
How it works
SOAP Endpoint calls a SOAP service with an XML envelope and SOAPAction header. The raw XML response is stored as a single Markdown file.
Before you start
- A SOAP service endpoint and its WSDL
- The XML request envelope to send
What you need to make the connection
| Field | Where to get it |
|---|---|
| Endpoint URL | The SOAP service URL from the WSDL. |
| SOAPAction header | The action name for the operation you are calling. |
| Basic auth or WS-Security | Username and password, entered in Command and sent per the scheme the service requires. |
| XML envelope | The full request body, pasted into the connector form. |
Credentials are stored encrypted in raia Command and are never shown again after saving. Rotate them at the provider if they are exposed.
Setup steps
- 01
Test the request first with a SOAP client to confirm the envelope and headers.
- 02
In raia Command, open Settings → Connectors, find the connector, and click Connect.
- 03
Enter the endpoint URL, SOAPAction, credentials, and XML envelope.
- 04
Run the request and confirm the stored response.
- 05
Choose the destination project folder, run the first import, then set a sync schedule. Every run is recorded in Sync History.