UNPKG

mft2hcm

Version:

NodeJS app to copy files from MFT flow to UCM and Oracle HCM

22 lines (19 loc) 611 B
{ // cmdline example: node mft2hcm.js searchfile=<DOC TITLE> config=ucmsearch.json file=UCM-PAYLOAD-SEARCH "type": "UCMSEARCH", "ctype": "text", "cfgarr": [ { "config": "ucmget.json", "file": "UCM-PAYLOAD-GET"} ], "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": "ucmcert.cer", "Connection": "Keep-Alive", "securityOptions": "SSL_OP_NO_SSLv3" } } }