mft2hcm
Version:
NodeJS app to copy files from MFT flow to UCM and Oracle HCM
19 lines (17 loc) • 574 B
JSON
{ // cmd line example: node mft2hcm.js searchfile=<DOC TITLE> config=ucmsearchonly.json file=UCM-PAYLOAD-SEARCH
// search only, no chained ucmget call
"type": "UCMSEARCH",
"ctype": "text",
"reqtemps": false,
"request": {
"url": "http://HOSTNAME:10613/idcws/GenericSoapPort",
"method": "POST",
"headers": { "Content-Type": "text/xml; charset=utf-8" },
"auth": { "user": "USERNAME", "pass": "PASSWORD" },
"agentOptions": {
"ca": "hcmcert.cer",
"Connection": "Keep-Alive",
"securityOptions": "SSL_OP_NO_SSLv3"
}
}
}