Solved
Consuming Web Service Error
Hi,
i'm working on the consuming web service example
http://helpx.adobe.com/adobe-cq/using/creating-cq-bundles-consume-web.html
below is the exception which is thrown also done configuration in sling.properties as suggested in the article.Thanks in advance!
| Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl | |
| at org.apache.sling.commons.classloader.impl.ClassLoaderFacade.loadClass(ClassLoaderFacade.java:127) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at javax.xml.ws.spi.FactoryFinder.safeLoadClass(Unknown Source) | |
| ... 209 more | |