Skip to main content
auroraj5980
January 18, 2024
Question

SOAP INTEGRATION

  • January 18, 2024
  • 2 replies
  • 0 views

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

    2 replies

    srinivast0001
    January 18, 2024

    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.

    stefanhelzle0001
    January 18, 2024

    AFAIK the SOAP services in Appian do not support that. There is a plugin providing some enhanced features

     [mention:658d14c75f3b4785bd8e87a7f16d6118:f7d226abd59f475c9d224a79e3f0ec07] 

    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.