mft2hcm
Version:
NodeJS app to copy files from MFT flow to UCM and Oracle HCM
20 lines (17 loc) • 448 B
JSON
{
"type": "UCMGET",
"ctype": "text",
"reqtemps": false,
"request": {
"url": "http://HOSTNAME:10613/idcws/GenericSoapPort",
"method": "POST",
"encoding": "binary",
"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"
}
}
}