How to add key value pair in OIC mapper
Content
Hi Experts,
Working on the HCM integration in which we are using UCM SOAP service to check-in in the content into HCM. While using the dragging the UCM SOAP service adapter into the Integration canvas, we need to map the certain key-value just like below:
<ucm:GenericRequest webKey="CS">
<ucm:Service IdcService="CHECKIN_UNIVERSAL">
<ucm:Document>
<ucm:Field name="dDocTitle">File</ucm:Field>
<ucm:Field name="dDocType">Document</ucm:Field>
<ucm:Field name="dDocAuthor">abc@a.com</ucm:Field>
<ucm:Field name="dSecurityGroup">Export</ucm:Field>
<ucm:Field name="dDocAccount">hcm$/dataloader$/import$</ucm:Field>
<ucm:Field name="primaryFile">C:/csv/abc.zip</ucm:Field>
Tagged:
0