I've a process the receives an email (HTML Format) using the Receive operation of the EmailService.
I store the HTML body in the variable htmlDoc of type document.
In the next step I use the CreatePDF2 operation of the GeneratePDFService to convert the HTML body into PDF. The created document is stored in the variable pdfDoc of type document.
Finally I want to use the Invoke DDX operation of the AssemblerService to add some additional information to the PDF. But when I call the operation the exception below is thrown.
Where can I get the "provided" error messages.
[ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.]
I used the same process at LiveCycle ES without any troubles.
ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
I don't know the answer to the bug you are experiencing. But I was wondering if you are successful in using HTML as input to the method that you are using (CreatePDF2). I was thinking that it was necessary to use the method HtmltoPDF. I'd like to ,also,use the method(CreatePDF2) with Html documents if it works for that type. Please post any resolution or update.
After some research I have found out, that I have to call the Document.passivate() method before invoking the AssemblerService using the executeScript operation.
I've no idea why invoking this method solves the problem.
Looks like your DDX is malformed (unexpected element (uri:"", local:"PDF"). Expected elements are <{http://ns.adobe.com/DDX/1.0/}DDX>). It would be helpful if you post your DDX.