I have a short-lived process that renders a PDF/HTML form based on input
parameters. It also takes a .xdp file as input. This works just fine
from within Workbench (9.0). I have created a Java client to invoke this
process. When I invoke the process from the Java Client,it is not
creating the output file. When I look at the invocation response, I see
the output parameter (output file) name, but it is null.Here is my
code.Properties connectionProps =new
Properties();connectionProps.setProperty("D...