ā2024 Aug 21 10:09 AM - edited ā2024 Aug 21 10:16 AM
Hi Experts,
I want to use sap mobile start and want to deploy the attachment service on BTP launchpad.
I had tried using standard attachmentReuseComponent but it didn't work in Cloud Foundry.
For this reason i am using API_CV_ATTACHMENT_SRV/AttachmentContentSet.
I am using UploadSet to attach file.
When I do get call, the result is coming empty. Anyone has used the standard API_CV_ATTACHMENT_SRV before ?This has to be deployed to cloud Foundry.
Request clarification before answering.
Hi, I have recently been struggling to get tis API to work in SAP Cloud Integration. Eventually for me the solution was to put only the content of the attachment as a binary string in the message payload and to send the other information (BusinessObjectTypeName, LinkedSAPObjectKey, Slug, Content-Type) as headers. Hope it will work for you too...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi, I'm working on exact same requirement. Have you passed the binary converted PDF within the <Content> XML tag to send the attachment successfully?
I've tried to pass the binary format of the PDF as body with required headers but that is failing with "Request Payload Parsing Failed for one of the reason: (1) Either the OData metadata content available in the server is outdated OR (2) The request payload seems to be incorrect"
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.