Sunday - last edited Sunday
Hi there,
how to handle multipart API calls in Blue Prism?
I will share soon the attempts and documentation that I have
thank you.
Tim
Sunday - last edited Sunday
The first part of the API is working (as it is able to update an attributes)
Issue is the upload of the PDF file
Here is the API call
where :
MimeType = application/pdf
File Extension = pdf
File Name = test.pdf
File Base64 = Calculation LoadBinaryFile(FilePfad)
Monday
Have you tried setting the Content-Transfer-Encoding: base64 after the Content-Type . You can look up few other threads for the format
https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94211#M43620
yesterday
Hi @tim.dauti ,
I haven't tried the web services configuration within the blue prism system tab. But i had a similar situation where i have to upload the request as a txt file. I have used Utility - HTTP 10.0.2, donwloaded from Digital Exchange.
It has a new action added which will help us for the file handling API calls.
Thanks,
Nandha