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
Name | Type | Description |
soapEvent | SimpleEvent | SOAP event |
keystore | Object | Keystore object |
trustedCertsFolder | String | The relative path of the folder containing the certificates. Certificates folder has to be inside project |
ksPassword | String | Obfuscated password for the keystore |
alias | String | Alias associated to the keystore |