cancel
Showing results for 
Search instead for 
Did you mean: 

Using runner to get the svg object image

Former Member
0 Kudos

Hi experts,

In order to get an image of a SVG object  at my browser from the MII RUNNER I followed the next steps:

Pass the browser input to a BLS where you can use the Animated Object action blocks to generate the png/jpeg image of the Animated Object (e.g. LED Meter) dynamically and manipulate its properties (color, label, etc). Link the image content property to an output property of the BLS of type string. Then call the BLS by Runner service and use it as the IMG SRC in the web page.

Anyway,  I only get the standard "TRANSACTION EXECUTED OK" when I call the BLS by the runner service : 

http://miidev.pemex.com/XMII/Runner?Transaction=ARR/SVG/SVG&XacuteLoginName=correo&XacutePassword=in...

I apreciate any help .

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

HariCS23
Contributor
0 Kudos

Hello, You need to assign 'Encodedimage'  to Out Put variable of type text and refer that in your runner URL.

&OutputParameter=<<OPTransVarable>>

Thanks

Hari

Answers (0)