Question
Macquarie
IN
Last activity: 7 Jul 2020 18:29 EDT
Sending Excel as multipart Via Connect Rest is not working.
Followed the below steps but my API is not working and java.io.IOException: RESTEASY005050: Unable to get boundary for multipart', mapping to Clipboard error is returned.
Created a page pyRequestAttachmentPage of class Data-ServiceMessage
- Set properties .pyAttachNames(1), .pyAttachValues(1), .pyAttachTypes(1) and .pyAttachFileNames(1)
- The POST Request part in my Connect REST is empty as I just need to send the document and nothing else.
I can see that pyRequestData is going blank and can't see any info about attachement.