Hi,
We need to integrate SOAP API in AEM. I followed the below blog for the integration
https://one-inside.com/soap-web-services-aem/
This is working fine, and the classes are generated.
In my pom.xml I am adding a plugin with the wsdl url, which generates the class.
I have a scenario to t...