cancel
Showing results for 
Search instead for 
Did you mean: 

Save a link/file in MII workbench

Former Member
0 Kudos

Hello Everyone,

I need some help in saving a file link in my workbench.

The scenario is like I am creating a PDF using a PDF renderer block. I am getting its output using a web service call like:

http://url:portno//XMII/Runner?Transaction=TransactionPath&OutputParameter=TrxOutParamName&Content-T...

Now I want to save this PDF in MII workbench.

I tried using Image saver block (as we do for normal PDF action block) but I got conversion error as the data type of Renderer output is binary and that of Image saver block is String. Pls refer attached screen shot "pdf_renderer.GIF".

Is there any other way using which I can save the pdf file?

Regards,

Minakshi

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

I think your answer is in your question - you have a datatype mismatch, and would assume in the normal PDF action block you are linking the blue 'T' string property from one action to the other.

I'm not aware of the 'Renderer' action you mention, but for the image saver to work it would be logical that you need the string output.  I didn't try it, but have you considered the ImageLoader action?

Former Member
0 Kudos

Hi Jeremy,

Image Loader action worked for renderer block. i tried image loader followed by image saver block. Thanks for your reply.

Regards,

Minakshi

Answers (0)