HI I am trying to integrate SOAP based web service with AEM 6.1 using following steps.
Step-1: Generated stub using axis2-wsdl2code-maven-plugin in pom.xml
Step-2: Included target/generated-sources to class path of project
Step-3: Included target/generated-sources/axis2/wsdl2code/resources to class path using <phase>process-resources</phase>
Maven build got success and deployed the Bundle into AEM bundle console.(http://localhost:4502/system/console/bundles)
Not able to start deployed bundle due to getting below errors in console.
org.apache.axiom.om -- Cannot be resolved
org.apache.axiom.om.impl -- Cannot be resolved
org.apache.axiom.om.impl.llom -- Cannot be resolved
org.apache.axiom.soap -- Cannot be resolved
org.apache.axis2 -- Cannot be resolved
org.apache.axis2.addressing -- Cannot be resolved
org.apache.axis2.client -- Cannot be resolved
org.apache.axis2.client.async -- Cannot be resolved
org.apache.axis2.context -- Cannot be resolved
org.apache.axis2.description -- Cannot be resolved
org.apache.axis2.engine -- Cannot be resolved
org.apache.axis2.transport -- Cannot be resolved
org.apache.axis2.util -- Cannot be resolved
org.apache.axis2.wsdl -- Cannot be resolved
Please find the attached screenshot for same. and do the needful.
Thanks
Raju
Views
Replies
Total Likes
Getting org.apache.axiom -- Cannot be resolved in OSGI Bundle in AEM 6.2
org.apache.axiom.om -- Cannot be resolved
org.apache.axiom.soap -- Cannot be resolved
org.apache.axiom.util.stax -- Cannot be resolved
org.apache.axis2 -- Cannot be resolved
org.apache.axis2.addressing -- Cannot be resolved
org.apache.axis2.client -- Cannot be resolved
org.apache.axis2.client.async -- Cannot be resolved
org.apache.axis2.context -- Cannot be resolved
org.apache.axis2.databinding -- Cannot be resolved
org.apache.axis2.databinding.types -- Cannot be resolved
org.apache.axis2.databinding.utils -- Cannot be resolved
org.apache.axis2.description -- Cannot be resolved
org.apache.axis2.engine -- Cannot be resolved
org.apache.axis2.transport -- Cannot be resolved
org.apache.axis2.util -- Cannot be resolved
Please provide me any solution how to resolve this.
Regards,
Shashank
Views
Replies
Total Likes
Can you share your code base - github link
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies