I am trying to write a simple hello world web service using CXF and the Spring-DM Server in Eclipse. Right now, I just want to see an auto-generated wsdl so that I know it is working. I have been playing with this for a couple of weeks now, and have hit a wall. Any assistance that could be given would be appreciated.
My source code can be found here: http://www.nabble.com/file/p26032499/test.zip test.zip I have found two seemingly competing ways to implement, however neither work: * http://cxf.apache.org/docs/writing-a-service-with-spring.html * http://cxf.apache.org/dosgi-spring-dm-demo-page.html In the first one, it shows the code using import statements in the context xml file. This gives me a file not found error for any of the files referenced using "classpath". Also the "jaxws:endpoint" element is not being recognized. The second one doesn't throw any errors, but doesn't seem to do anything either. I can't seem to get the wsdl to show up. On the plus side, I have been able to get a test html page to show up. But that excitement has since worn off. Thanks, Dennis -- View this message in context: http://www.nabble.com/Trouble-wireing-up-Spring-DM-Server---CXF-in-Eclipse-%28with-Maven-support%29-tp26032499p26032499.html Sent from the cxf-user mailing list archive at Nabble.com.
