


Env. AEM Form 6.5 SP-12 On Prem, Document Manager version [1].
Question - Using AssemblerService - how to configure insertionPoint in LiveCycle designer and use it via DDX
Scenario - We are trying to configure insertionPoint (DDX [2]) as explained here -
https://help.adobe.com/en_US/livecycle/11.0/dynamic_assembly_guidelines.pdf but it does not work.
Question is:
[1]
<!-- For AEM-Forms Document Manager -->
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.772</version>
</dependency>
[2] <?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<XDP result="wp_simple_result.xdp">
<XDP source="wp_simple_template_flowed.xdp">
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_contact.xdp" fragment="subPatientContact"/>
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_patient.xdp" fragment="subPatientPhysical"/>
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_patient.xdp" fragment="subPatientHealth" />
</XDP>
</XDP>
</DDX>
[3] OperationException occurred: AEM-ASM-S00-002: Failed to execute the DDX - error messages provided
Views
Replies
Sign in to like this content
Total Likes
Hi @nitin_seth ,
Appreciate if you post this question to the dedicated AEM Forms Community here to have better response : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experienc...
Good Luck!
Regards,
Santosh
Views
Replies
Sign in to like this content
Total Likes
Thanks @SantoshSai I have posted in that forum as well.
Views
Replies
Sign in to like this content
Total Likes