Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Guidelines for calling UCM GenericSoapOperation from PL/SQL to upload files
Summary
Guidelines for calling UCM GenericSoapOperation from PL/SQLContent
Hi,
I'm trying to call UCM GenericSoapOperation from PL/SQL to upload files using Message Transmission Optimization Mechanism (MTOM) with XML-binary Optimized Packaging (XOP).
I need guidelines how to set the SOAP header details for:
- User Token
- Timestamp
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Timestamp wsu:Id="TS-CFB0BC5DB8E831E2BE15913012996492">
<wsu:Created>2020-06-04T20:08:19.648Z</wsu:Created>
<wsu:Expires>2020-06-04T20:18:19.648Z</wsu:Expires>
0