Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How to call Soap API to access Dynamic Media from a standalone Java application?

Avatar

Level 1

Hello,

 

I am going to search or delete assets in Dynamic Media Classic. I do find SOAP APIs provided for this purpose. I follows the example (http://experience-aem.blogspot.com/2020/04/aem-6540-assets-dynamic-media-standalone-script-to-search...). The first problem is the jar file cq-scene7-wsdl-1.3.2.jar renamed by bundler.jar from AEM installation launchpad don't include library, com.scene7.ipsapi.*. How can I get this jar file? Where can I find the examples to use these SOAP API?

 

Thank you

James

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

Welcome to Adobe Community !!
I am not a JAVA expert, but have you tried checking those API classes on uber.jar files?

https://repo.maven.apache.org/maven2/com/adobe/aem/uber-jar/6.5.12/

You might find it on "uber-jar-6.5.12-apis-with-deprecations.jar"

Also, examples to use SOAP API are available here : https://experienceleague.adobe.com/docs/dynamic-media-developer-resources/image-production-api/opera...

Thanks,

Vikram Gaur

0 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

Welcome to Adobe Community !!
I am not a JAVA expert, but have you tried checking those API classes on uber.jar files?

https://repo.maven.apache.org/maven2/com/adobe/aem/uber-jar/6.5.12/

You might find it on "uber-jar-6.5.12-apis-with-deprecations.jar"

Also, examples to use SOAP API are available here : https://experienceleague.adobe.com/docs/dynamic-media-developer-resources/image-production-api/opera...

Thanks,

Vikram Gaur

Avatar

Level 1

Thank you, Vikram. I did find that classes from uber-jar-6.5.12-apis-with-deprecations.jar.