function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luca.NardiniLuca.Nardini 

SOAP integration - header HMAC encryption

Hi all,

I have a problem making a SOAP callout towards an external system. The webservice calls use the HMAC security encryption that requires an encrypted header  to authenticate - they gave me a UserId and a Pwd to encrypt such header.

I have imported the WSDL provided into SF through the "WSDL2Apex" class, but as long as I know it is not so flexible when it comes to header manipulation.

I'm stuck at this point - anybody can give me a little advice?

Thank you in advance,
Luca