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
Hi,
WS-Security standards are generally used when a security token—more precisely, the public portion of an encrypted digital certificate—needs to be included in a SOAP request. A framework for safeguarding SOAP messages is offered by WS-Security. Frequently, the public portion of the certificate is utilized to encrypt messages or confirm digital signatures.