Hello everyone!!I need help doing an integration in appian with a SOAP API.
I have to make a call with a security token that is the public part of an encrypted digital certificate, but I don't know how to include this token in the component.Thank you very much in advance
Discussion posts and replies are publicly visible
AFAIK the SOAP services in Appian do not support that. There is a plugin providing some enhanced features
Advanced Call Web Service
As a last resort, SOAP is just XML over HTTP, so you could call that service using an integration object and build the XML on your own.