Hi all, this question occured long time ago, but the submitted solution (adding cxf.xml) didn't work for me. I receive the following exception when I deploy a Webservice client: Factory method [public ja va.lang.Object org.apache.cxf.jaxws.JaxWsProxyFactoryBean.BeanFactory.java:558) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:852) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:422) ...and so on. The server which provides the webservice is up and running and I can get results from it if I test it via webbrowser or so. My applicationContext.xml has the following entries:
Am I missing something? TIA, Ralf --
