Hi all,
I have a REST WS with method post that returns a base64, but I don't know how to call it and save the result as a appian document
I tried to save the value in the database but the result can be around 14,000,000 (a pdf document with 21 pages) and the text datatype can save only 60,000
Any suggest???
Discussion posts and replies are publicly visible
Well the content type changed from "text/plan;charset=ISO-8859-1" to "application/json;charset=UTF-8" which is a step forward. Did you check the logs for a stacktrace on the error?
Hi, I set the content type in headers but I'm having the same error, I can´t see the logs but I tried downloading the base64 in a file with the http download component and then using Base64 json Doc to binary and I have an error "java.lang.nullpointerexception" (in logs).
I think that my base64 string it's ok, and I tried with more strings , empty file, and nothing works.
I am not sure what you mean by "http download component and then using Base64 json Doc to binary", but I am still referring to the Base64 Request to Rest Web Service plugin. You saw that errrorlog=Changed to Local Appian Error: null Local Appian Error: null. The next troubleshooting step is to look at the application server log. You will not be able to troubleshoot without it.