receiving WSDL error - The import activity submission failed.
Summary
Receiving error when trying to upload data via SOAP for custom ObjectsContent
Hi,
I am receiving an error when trying to upload data via SOAP in newly created custom Object.:
https://xxxx-dev1.fa.us6.oraclecloud.com:443/crmService/ImportPublicService
Error is:
The import activity submission failed. (ZCA-210060)oracle.apps.fnd.applcore.messages.ApplcoreException: JBO-Import Job Activation Failed.: Import Job Activation Failed..oracle.apps.fnd.applcore.messages.FndMessagesUtil$FndMapResourceBundle
The Same file works when I upload from Import Management.
Attaching file with Payload.
Has anyone faced this kind of issue?
Code Snippet
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/oracle/apps/marketing/commonMarketing/mktImport/model/types/" xmlns:mod="http://xmlns.oracle.com/oracle/apps/marketing/commonMarketing/mktImport/model/"> <soapenv:Header/> <soapenv:Body> <typ:submitImportActivity> <typ:importJobSubmitParam> <mod:JobDescription>BPA STage 1</mod:JobDescription> <mod:HeaderRowIncluded>Y</mod:HeaderRowIncluded>
0