


Hi,
I am working on a proof of concept to integrate adaptive form with an external application. The external application will call an AEM workbench process as a rest service passing the input xml. The AEM service will return the URL of the prefilled adaptive form back to the external application as below -
http://localhost:8080/lc/content/forms/af/POC/form.html?wcmmode=disabled&dataRef=crx:////content/usergenerated/content/forms/datafile.xml
If the external application is already authenticated for the AEM service, is there a way that the application can render the adaptive form without inputting the login credentials again?
Thanks
Views
Replies
Sign in to like this content
Total Likes
May I ask why do you need the workbench process?
you can do it easily with out using workbench process and that is the recommended approach
As Girish Mentioned, you can directly do post-processing and re-rendering at OSGI side any reason you want to submit the data to JEE workbench?
Can you please confirm how do you plan to manage external authentication for the user?
Views
Replies
Sign in to like this content
Total Likes
Thanks for the responses. We finally have the OSGI environment set up at our end. I have xdp and adaptive forms deployed on the server which I want to prepopulate from a xml sent from an external system. Based on the form id in the xml attribute, I want to render appropriate form prepopulated with the data. Any pointers on how it can be achieved?
Views
Replies
Sign in to like this content
Total Likes
Is the XML returned by a web service?
Views
Replies
Sign in to like this content
Total Likes
Why not get the data for the adaptive form using the
prefill service?
Adobe Experience Manager Help | Prefill Service in Adaptive Forms
Views
Replies
Sign in to like this content
Total Likes