Run Curl Command for REST API-POST in ODI 12c using OdiOSCommand
Summary
OdiOSCommand is thorwing ssl exception for calling rest apiContent
Hi Experts,
I am executing a curl command using OdiOSCommand utility in odi12c, it is throwing an ssl exception because the endpoint is an https call. Please help me with the required configuration to resolve this issue.
curl -i -u 'USER:pass' -X POST -d '{ "name": "cancelInvoice", "parameters": [ { "InvoiceNumber": "Test_App_6" }, { "BusinessUnit": " Service" }, { "Supplier": "XX" } ]}' -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' https://erpurl/fscmRestApi/resources/11.13.18.05/invoices
Thanks,
Vempati
Tagged:
0