Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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

View solution in original post

2 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.