Unable to access the AXIS webservice?
Hi,
I am trying to import the wsdl provided from Magento in CQ fleix console by using SOAP services (RPC).
For that we added some support jars as OSGI bundle into fleix.
I mentioned the exception below.Please suggest me to solve it.
axis.jar
commons-discovery-0.2
javax.wsdl_1.6.2.v201012040545
jaxrpc
org.apache.commons.logging_1.0.4.v201101211617
commons-net-3.3
Caused by: java.lang.ExceptionInInitializerError
at org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
at Magento.MagentoServiceLocator.<init>(MagentoServiceLocator.java:12)
at Magento.Mage_Api_Model_Server_V2_HandlerPortTypeProxy._initMage_Api_Model_Server_V2_HandlerPortTypeProxy(Mage_Api_Model_Server_V2_HandlerPortTypeProxy.java:18)
at Magento.Mage_Api_Model_Server_V2_HandlerPortTypeProxy.<init>(Mage_Api_Model_Server_V2_HandlerPortTypeProxy.java:8)
at org.apache.jsp.apps.allcomponent.components.page.LayoutPage.LayoutPage_jsp._jspService(LayoutPage_jsp.java:175)
at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:419)
... 85 more
Caused by: org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory
at org.apache.commons.discovery.tools.ClassUtils.verifyAncestory(ClassUtils.java:176)
at org.apache.commons.discovery.tools.SPInterface.verifyAncestory(SPInterface.java:201)
at org.apache.commons.discovery.tools.SPInterface.newInstance(SPInterface.java:195)
at org.apache.commons.discovery.tools.DiscoverClass.newInstance(DiscoverClass.java:579)
at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:418)
at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
... 95 more
Thanks in advance