OIC Version: 25.04.1
I'm trying to upload a file to ERP using web service FndManageImportExportFilesService?wsdl operation UploadFiletoUCM.
Mapping of Source to target are as follows:
$WriteFile/../filename : $UploadFiletoUCM/document/filename
$WriteFile/../filetype : $UploadFiletoUCM/document/contentType
$WriteFile/../FileReference : $UploadFiletoUCM/document/content
“docAcc” : $UploadFiletoUCM/document/documentAccount
$WriteFile/../filename : $UploadFiletoUCM/document/documentTitle
im getting this error:
JBO-FND:::FND_CORE_SYS_ERR: <MESSAGE><NUMBER>FND-2</NUMBER><TEXT>An application error occurred.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></DETAILS><INCIDENT></INCIDENT></MESSAGE>
how do i resolve this?