Hello AEM Community,
I'm currently working on integrating Workfront Fusion with AEM Experience Fragments. After reviewing several documents, it seems there are no readily available APIs for connecting Workfront with Experience Fragments. Has anyone attempted this integration before? Any insights or resources you could share would be greatly appreciated. Thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I think you are right; there are no APIs to manipulate XF. One option is to create your own 'service' servlet[1] in AEM that creates the XF in the way you need, and then invoke it via Workfront Fusion using the HTTP module[2]
https://medium.com/@toimrank/aem-sling-servlet-ca9e5926a384
Hope this helps
Hi,
I think you are right; there are no APIs to manipulate XF. One option is to create your own 'service' servlet[1] in AEM that creates the XF in the way you need, and then invoke it via Workfront Fusion using the HTTP module[2]
https://medium.com/@toimrank/aem-sling-servlet-ca9e5926a384
Hope this helps
@harshak11490245 suggest to create a custom servlet that provide JSON response and called via fusion HTTP module refer below page for servlet example code
I have developed servlet based on this, I am able to get the response as well. Thank you very much.
Views
Replies
Total Likes
@harshak11490245 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes