Skip to main content
SOAP connectors support sending SOAP messages to remote web services and retrieving the response.

Key Capabilities

  • Full SOAP web service client with WSDL import for automatic configuration
  • WS-Security support with message signing, encryption, and certificate management
  • Multiple authentication methods including HTTP, Token, and TLS client authentication
  • SOAP template generation through WSDL integration with the XML Map connector
  • Support for SOAP versions 1.1 and 1.2 with configurable security token formats

Overview

The input to a SOAP connector should be the full SOAP message to send to the web service. You can generate a template for the SOAP message by importing a WSDL for the target web service. Read the SOAP Templates section for details. The SOAP connector supports HTTP Authentication, Token Authentication, and TLS Client Authentication, and can add digital encryption and signatures to the outgoing SOAP message for web service security. After sending the SOAP request, the connector stores the response or passes it along to the next connector in the flow.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Partner Info

Settings for identifying the target web service.

WS-Security

Settings related to securing the web service transmissions.

Client Certificate

Settings related to the private local certificates.

Server Certificates

Settings related to the server’s public certificates.

Advanced Tab

Token Authentication

Settings related to token client authentication.

TLS Client Authentication

HTTP Authentication

Settings related to HTTP client authentication.

Custom Headers

A set of custom headers to include as part of the outgoing message.

Advanced Settings

Settings not included in the previous categories.

Proxy Settings

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

Establishing a Connection

The Service Endpoint and Service Action for the target web service are required to establish a connection. Some web services might require one or more security features for SOAP requests:
  • Encryption/Signing (WS-Security)
  • Client SSL Authentication
  • HTTP Authentication

SOAP Templates

The SOAP connector can simplify the process of generating SOAP requests through the use of a WSDL file and an XML Map connector that is connected to the SOAP connector in the flow. The WSDL file defines the appropriate XML structure for SOAP requests, and the XML Map connector can transform any XML structure into this target structure. After using the Import WSDL button to import the file, connect an XML Map connector to the SOAP connector (so that files processed by the XML Map connector are then sent to the SOAP connector). After saving these flow changes, the XML Map connector can dynamically read the WSDL XML and use it as a Destination File template. Then, upload any source XML structure as the Source File in the XML Map connector. After the Source File and Destination File are set in the XML Map connector, the visual designer is populated with the source and destination structures. Drag-and-drop elements from the source to the destination to map the relationship between the two XML structures. After the mapping is complete, files that match the Source File are automatically converted into SOAP requests by the XML Map connector.

Macros

Examples