Hi, I'm trying to invoke Adobe ES4 Service- renderPDFform from WAS6.1 to WAS8.1 service which has ES4 client deployed with the following parameters>
BLOB inputData= new BLOB();
byte[] inputXmlData = [23.45.67.4555.67]
inputData.setBinaryData(inputXmlData );
URLSpec spec = new URLSpec();
spec.setContentRootURI("http://ms-alc-da01:9080/repository/Applications/ERICTest1/1.0/ERIC/templates/");
service.renderPDFForm("CORR0215-ReminderforMagneticMediaEmployers.pdf", inputData, new PDFFormRenderSpec(), spec, null, outRenderFormResultDoc, pageCount, locale, formResult);
Getting the following Error:
[12/2/14 10:23:29:716 EST] 0000008e SystemErr R javax.xml.ws.soap.SOAPFaultException: Caused by: com.adobe.livecycle.formsservice.exception.RenderFormException: ALC-FRM-001-035: Failed to load TemplateStream for FormQuery=CORR0215-ReminderforMagneticMediaEmployers.pdf from location URI =http://ms-alc-da01:9080/repository/Applications/ERICTest1/1.0/ERIC/templates/.; nested exception is:
com.adobe.livecycle.formsservice.exception.RenderFormException: ALC-FRM-001-035: Failed to load TemplateStream for FormQuery=CORR0215-ReminderforMagneticMediaEmployers.pdf
I tired using other service, renderForm - same above error receiving..Please help me on this.
Thanks