Unable to load GL journals using SOAP
Summary
Using apex_web_service.make_request to call JournalImportService - response result 0 but no data is inserted in interface tableContent
Hi community,
Has anybody successfully imported GL journals/journal lines into fusion cloud using SOAP from PL/SQL?
I am trying to do this using apex_web_service.make_request. I am aparantly getting OK result code as response from the web service;
RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"><env:Header><wsa:Action>http://xmlns.oracle.com/apps/financials/generalLedger/journals/desktopEntry/journalImportService/importJournalsAsyncResponse</wsa:Action><wsa:MessageID>urn:uuid:82cda4ff-6dc8-4ccb-8658-d0ca6a1ed398</wsa:MessageID></env:Header><env:Body><ns0:importJournalsAsyncResponse
Tagged:
2