You are viewing limited content. For full access, please sign in.

Question

Question

workflow web service POST byte array

asked on November 19, 2014

Can the existing Workflow Web Services:

1. accept a Byte Array that represents a PDF file  as a Base64 encoded stream coming from an unnamed ERP

2. start a workflow rule that takes as an input parameter as a Byte Array

3. converts that input parameter Byte array into a PDF file inside Laserfiche

1 0

Answer

SELECTED ANSWER
replied on November 24, 2014

A solution similar to the one in this question https://answers.laserfiche.com/questions/55829/How-to-convert-PDF-Byte-Array-into-PDF-document is probably what you want to go for.

The workflow web service does not allow streaming of input parameters currently. If you could post the document as a Base64 encoded string in its entirety the script in the linked question (lines 18 on) should work.

2 0

Replies

replied on November 28, 2014

Ed,

Thanks for sharing the great advice.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.