How to call Soap API to access Dynamic Media from a standalone Java application? | Adobe Higher Education
Skip to main content
Level 2
April 27, 2022
Beantwortet

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

  • April 27, 2022
  • 1 Antwort
  • 1318 Ansichten

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-assets-in-scene7.html). 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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von vikram1285

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/operation-methods/operation-parameters/r-delete-asset.html

Thanks,

Vikram Gaur

1 Antwort

vikram1285Adobe EmployeeAntwort
Adobe Employee
April 29, 2022

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/operation-methods/operation-parameters/r-delete-asset.html

Thanks,

Vikram Gaur

Jam2021Autor
Level 2
April 29, 2022

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