Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to use AssetExportService for import/export in LiveCycle

Avatar

Level 2

Hi All,

We are using Livecycle ES4 SP1 on AIX with WAS 8.5 as application server.

We are looking to automate the import/export using JAVA API.  https://help.adobe.com/en_US/livecycle/11.0/SolutionAPI/com/adobe/icc/services/api/AssetExportServic...

I know Java and looking for com.adobe.icc.services.api to download but unable to find it. Can someone please help me where can i download com.adobe.icc.services.api from. Also how to use this API.

Regards,

Harendra

1 Accepted Solution

Avatar

Correct answer by
Employee

There are a bunch of API Quickstarts available, and there's one that covers working with the repository.

This is the complete programming with ES4 site:

Adobe LiveCycle * Programming with Adobe LiveCycle ES4

And you can find the quickstart I'm talking about here:

Adobe LiveCycle * Repository Service API Quick Starts

Check the /sdk directory where LiveCycle/AEM is installed for the JARs you need to import into your applications.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

There are a bunch of API Quickstarts available, and there's one that covers working with the repository.

This is the complete programming with ES4 site:

Adobe LiveCycle * Programming with Adobe LiveCycle ES4

And you can find the quickstart I'm talking about here:

Adobe LiveCycle * Repository Service API Quick Starts

Check the /sdk directory where LiveCycle/AEM is installed for the JARs you need to import into your applications.