WS BASE64 GET METHOD

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

Parents Reply
  • Thanks Steven,

    I'm trying with Base64 Request to Rest Web Service plugin with the smart service "http json multidocument WS"

    I have:

    endpoint like  "https://transversal..../consultar/base64"

    method:post

    request body: "{ ""value"": ""1""}"

    but when I execute the process i got an error

    errorocurred=true

    errorlog= "the response did not include  valid JSON Local Appian Error: null"

    when I execute the Ws it returns something like this 

    contentType: "text/plain:charset=ISO-8859-1"

    body: "jkasjkdjkajksdhkjahdsajkshdjaksdhajkshdaskjhdakjh"

    Any help??

Children