Still open- marked as solved by mistake: AEM 6.5 org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier xxx cannot be correctly instantiated by the Use API
Hi All,
We are accessing a SOAP service to display the xml response using AEM component. Our service is working fine and we are getting response in our Local AEM instance (AEM 6.5).
But, when we are deploying same packages and bundles in our DEV environment (AEM 6.5) we are getting error while adding component itself. Below is the full error trace:
Error during including component '/apps/forex/components/content/forex-rates'
Error:
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.adobe.aem.dev.forex.core.servlets.SoapWCMUse cannot be correctly instantiated by the Use API
Earlier we thought that the WSDL url is not accessible in our Dev environment but we tested in our Dev server and we are getting expected SVC file while doing wget on WSDL url.