Hello AEM Community,
I’m currently working on a project that involves automating interactions with pre-existing dynamic XFA forms created using Adobe LiveCycle. My goal is to automate the filling of specific fields in the form and simulate button actions (such as "Validate" and "Save"). Afterward, I plan to deploy this program in a cloud environment.
I would like to know:
Any insights, best practices, or suggestions on tools within the AEM ecosystem (or outside it) that could help me automate this process would be greatly appreciated.
Thank you in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @reservedGemini8
For point 1, Not 100% clear on the use case, but as a service we can leverage Output Service - see - Output Service | Adobe Experience Manager and OutputService (AEM Forms API)
But overall you can leverage Communications API or Output Service. The fillable data is expected to be in XML format. Plus the service expects XDP path to the XFA form.
We can create a servlet end point to intake user payload data (xml), path to XDP and get pdf output as a starting point.
There will be authentication, schema validation for XML etc to be considered as well.
-----
Please look into Create an Interactive Communication | Adobe Experience Manager as well. But for AEMaaCS you may have to check with Adobe representatives
Thanks
Shubham
@Vijay_Katoch @radzmar @Shubham_borole @NirmalAEM @rismehta @Pankajgirotra Your input would really help! If you have time, please review this question and share your thoughts.
Hello @reservedGemini8
For point 1, Not 100% clear on the use case, but as a service we can leverage Output Service - see - Output Service | Adobe Experience Manager and OutputService (AEM Forms API)
But overall you can leverage Communications API or Output Service. The fillable data is expected to be in XML format. Plus the service expects XDP path to the XFA form.
We can create a servlet end point to intake user payload data (xml), path to XDP and get pdf output as a starting point.
There will be authentication, schema validation for XML etc to be considered as well.
-----
Please look into Create an Interactive Communication | Adobe Experience Manager as well. But for AEMaaCS you may have to check with Adobe representatives
Thanks
Shubham