Skip to main content

SOAP Connector

SOAP Interact with a SOAP-based API

Connections

Basic Authentication

InputCommentsDefault
UsernameUsername
PasswordPassword
SOAP Login MethodThe method used to authenticate the SOAP API.
WSDL Definition URLAn optional URL to retrieve a WSDL definition from

Actions

Describe Client

Description of services, ports and methods as a JavaScript object

InputCommentsDefault
Connection
WSDL DefinitionThe WSDL definition's raw XML in string format

Get Authentication

Retrieve authentication data from a SOAP endpoint by calling the specified authentication method

InputCommentsDefault
Connection
WSDL DefinitionThe WSDL definition's raw XML in string format

Get WSDL Definition

Retrieves a WSDL Definition from a given endpoint and returns the raw XML

InputCommentsDefault
WSDL URLThe URL of the WSDL

Request

Makes a request to the SOAP webservice using the specified method

InputCommentsDefault
Connection
WSDL DefinitionThe WSDL definition's raw XML in string format
MethodExecute the SOAP web service method
SOAP URL OverrideOptionally override the default web service URL defined in the WSDL
Request HeadersBlocks of XML to include in the SOAP header of the request
SOAP ParametersAny additional parameters to pass to the web service method
Debug RequestOptionally log the last request and response from the SOAP Clientfalse