Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all articles
Browse latest Browse all 20709

Perl client for InDesign Server

$
0
0

Please help to setup a perl client for InDesign server to run javascripts: Below is the code I tried to run "MakeDocument.jsx"

 

use SOAP::Lite;

 

  use CGI::Carp qw(fatalsToBrowser);

 

  my $soap = SOAP::Lite->new(proxy=>'http://172.16.32.43:18444/service?wsdl');

 

  my %script_parameters = ( "scriptFile"=>"MakeDocument.jsx", "scriptLanguage"=>'javascript');

 

  my $result = $soap->call('RunScript',%script_parameters)->result;

 

  print $result;

Viewing all articles
Browse latest Browse all 20709

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>