com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX
Merging PDFs through Assembler service returns error while I am trying to pass below DDX String:
DDX String:
<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"><PDF result="AssemblerResultPDF.pdf"><PageMargins left="0.25in" top="0.25in" right="0.25in" bottom="0.2882in"/><PDF source="startxfaDoc" baseDocument="false" ><Footer><Center><StyledText><p font-size="10pt" font-family="Arial" color="#000000">Page <_PageNumber/> of <_LastPageNumber/> </p></StyledText></Center></Footer></PDF><PDF source="endxfaDoc" baseDocument="false" ><Footer><Center><StyledText><p font-size="10pt" font-family="Arial" color="#000000">Page <_PageNumber/> of <_LastPageNumber/> </p></StyledText></Center></Footer></PDF></PDF></DDX>
and the error returned is :
com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.; nested exception is:
com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.
Does this require any special changes in the server side or any web service side.I have checked for the whitespace or any special characters in the ddx string and there aren't any. Looks fine.
Any way to resolve this?
Fyi, I am using it in jdk 1.6
Thanks,
Sushma.K