


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
Views
Replies
Sign in to like this content
Total Likes
Test your Form using IVS :
Forms : http://blogs.adobe.com/LiveCycleHelp/2009/05/forms_ivs_a_formtastic_develop.html
Output : Output IVS – A Useful Output ES Development Tool
Share the application server side error.
-Wasil
Views
Replies
Sign in to like this content
Total Likes