Skip to content
← Connectors Directory

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.

ImportAuth: Basic / WS-Security

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.

01

Before you start

  • A SOAP service endpoint and its WSDL
  • The XML request envelope to send
02

What you need to make the connection

FieldWhere to get it
Endpoint URLThe SOAP service URL from the WSDL.
SOAPAction headerThe action name for the operation you are calling.
Basic auth or WS-SecurityUsername and password, entered in Command and sent per the scheme the service requires.
XML envelopeThe 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.

03

Setup steps

  1. 01

    Test the request first with a SOAP client to confirm the envelope and headers.

  2. 02

    In raia Command, open Settings → Connectors, find the connector, and click Connect.

  3. 03

    Enter the endpoint URL, SOAPAction, credentials, and XML envelope.

  4. 04

    Run the request and confirm the stored response.

  5. 05

    Choose the destination project folder, run the first import, then set a sync schedule. Every run is recorded in Sync History.

04

Next steps

Other Web & Custom Endpoints connectors