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
Message
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