Unable to create an attachment using the crmService ActivityService createAttachment service
Im trying to upload an attachment using the ActivityService.WSDL. I'm sending a request with the attachment information, and it response message is SUCCESS. When I see the information on the account page, I see the attachment record but not the file uploaded.
WSDL - URL
https://[CloudURL]/crmService/ActivityService
Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/crmCommon/activities/activityManagementService/types/" xmlns:obj="http://xmlns.oracle.com/apps/crmCommon/objects/objectsService/">
<soapenv:Header/>
<!--Zero or more repetitions:-->
<soapenv:Body>
<typ:createAttachment>
<typ:attachmentRows>
<!--Optional:-->
<obj:EntityName>ZCA_SALES_PARTY</obj:EntityName>