SOAP.signSOAPEnvelope()

Signature

void signSOAPEnvelope (SimpleEvent soapEvent, Object clientKeyStore, String trustedCertsFolder, String ksPassword, String alias)

Domain

ACTION, QUERY, BUI

Description

Signs the entire SOAP Request envelope using the certificate information provided.

Parameters

NameTypeDescription
soapEventSimpleEventSOAP event
keystoreObjectKeystore object
trustedCertsFolderStringThe relative path of the folder containing the certificates. Certificates folder has to be inside project
ksPasswordStringObfuscated password for the keystore
aliasStringAlias associated to the keystore

Returns

TypeDescription
void