I am trying to integrate Alfresco with Exchange server.. I created a simple java project and everything is working there with required jar. But when i create a User Library with all jars from Alfresco and add it to project build path i get below error. Same error comes when I deploy this code to Alfresco and execute this code through web-script. I tried removing cxf-2.2.2-patched.jar from simple java project and executed the code again, it worked without any error. But when i removed same jar from Alfresco.war/WEB-INF/lib, i got error in starting Alfresco. Please suggest me how to overcome this issue.
Caused by: javax.xml.ws.WebServiceException: Could not find wsdl:binding operation info for web method resolveNames. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:110) at com.sun.proxy.$Proxy307.resolveNames(Unknown Source)