Reputation: 1810
I'm creating XML file pragmatically in AEM DAM using Java. I want send this created XML file to Adobe INDesign server automatically. And I want to import this XML file in InDesign server.
1) How can I send created XML file to InDesign server automatically after file creation in AEM DAM?
2) How can I integrate AEM DAM with InDesign server?
Please help me. I'm new with AEM and InDesign server.
Upvotes: 1
Views: 449
Reputation: 1391
AEM has RESTful API. You can call it from an app you have to write and pull the XML you need and save it in a location where InDesign Server can access it.
The same app can make a SOAP call to InDesign Server to run an InDesign Script to process it and produce the output.
App could be any language you are familiar with, e.g node.js or bash/cmd batch file, provided it supports curl or similar
You can try to look at Zapier to skip the app creation.
There is no ready made integration, as far as I know, but if it is too much for you to developer you can hire a developer(s) who can help.
Upvotes: 1