mft2hcm
Version:
NodeJS app to copy files from MFT flow to UCM and Oracle HCM
21 lines (18 loc) • 489 B
JSON
{
"type": "UCM",
"template": "UCM-PAYLOAD-PUT",
"cfgarr": [
{ "config": "hcm.json", "file": "HCM-PAYLOAD"}
],
"request": {
"url": "http://HOSTNAME:10613/idcws/GenericSoapPort",
"method": "POST",
"headers": { "Content-Type": "text/xml; charset=utf-8" },
"auth": { "user": "USERNAME", "pass": "PASSWORD" },
"agentOptions": {
"ca": "ucmcert.cer",
"Connection": "Keep-Alive",
"securityOptions": "SSL_OP_NO_SSLv3"
}
}
}