Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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