Forum Discussion
Thanks EmEm! I tried this but it still doesn’t work. Here is the envelope I used to try it with:
<soapenv:Envelope
xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”
xmlns:ucm=“http://www.oracle.com/UCM”>
xmlns:ns0=“http://www.snaplogic.com/snapbox/mtom”>
soapenv:Header/
soapenv:Body
<ucm:GenericRequest webKey=“cs”>
<ucm:Service IdcService=“CHECKIN_UNIVERSAL”>
ucm:Document
<ucm:Field name=“dDocTitle”>Department Load File</ucm:Field>
<ucm:Field name=“dDocType”>Document</ucm:Field>
<ucm:Field name=“dDocAuthor”>SKIDMORE.INT</ucm:Field>
<ucm:Field name=“dSecurityGroup”>FAFusionImportExport</ucm:Field>
<ucm:Field name=“dDocAccount”>hcm$/dataloader$/import$</ucm:Field>
<ucm:Field name=“primaryFile”>$filename</ucm:Field>
ns0:File
<xop:Include
xmlns:xop=“http://www.w3.org/2004/08/xop/include”
href=“cid:ScottSkidID_Snap1”/>
</ns0:File>
</ucm:Document>
</ucm:Service>
</ucm:GenericRequest>
</soapenv:Body>
</soapenv:Envelope>
BTW - I also changed the Content_ID:
Thanks,
Scott