5.3: Java client sdk sample, FOSI_PARAMETER not working
Hi,
So, I was able to modify the sample script (e3script.bat, e3samples.jar, e3client.jar) to publish to the PE Server using the default stylesheet, but when I try and use our custom FOSI, the server returns the 500 error. I've tried to use all sorts of paths--to no avail
Thanks!
Alex
==============================================================
Here's my text file with the parameters that the e3script.bat file reads:
# Setup our policies (see the javadoc for more information).
setpolicy DELETE_PARTIAL_FILES_POLICY false
setpolicy LOG_THREAD_PREFIX_POLICY true
setpolicy LOG_TIME_DATE_PREFIX_POLICY true
e3 <u>http://Config8518VM0:8080/e3/servlet/e3</u>
basedir .
java com.arbortext.e3.E3AppTest
convert PDF_FORMAT
convert_set FOSI_PARAMETER Wide_D6_English.fos
convert_set INPUT_FORMAT_PARAMETER XML_FORMAT
convert_set OUTPUT_FORMAT_PARAMETER PDF_FORMAT
post <u>\\Plefilesvr01\techpubs\DropOff\AlexSato\temp\build-test\src\deployment_guide.xml</u> <u>\\Plefilesvr01\techpubs\DropOff\AlexSato\temp\build-test\output\deployment_guide.pdf</u>

