Hello, We want to use an external document management system via dedi

Hello,

We want to use an external document management system via dedicated REST web services. One of them is a multipart/form-data REST POST to create a new document. We encoded appian document content in base64 but the server does not seem to support base64 encoding.

Is there any alternative solution?

Thank you for help. Cheers.

OriginalPostID-161721

OriginalPostID-161721

  Discussion posts and replies are publicly visible

Parents
  • Boundary and Content-Disposition are actually in separated lines. I have attached the rule that creates the body to be more precise. Boundary and content type are also defined in the header too. I will have a look at other header parameter, maybe the encoding one and the content-length as you proposed. Unfortunately I can't use cURL as the web service is only available in a VPN between the DMS and Appian cloud.

    RESTBody.txt

Reply
  • Boundary and Content-Disposition are actually in separated lines. I have attached the rule that creates the body to be more precise. Boundary and content type are also defined in the header too. I will have a look at other header parameter, maybe the encoding one and the content-length as you proposed. Unfortunately I can't use cURL as the web service is only available in a VPN between the DMS and Appian cloud.

    RESTBody.txt

Children
No Data