Re: Trouble wireing up Spring-DM Server & CXF in Eclipse (with Maven support)

2009-11-04 Thread Raughan
This has been a long and complicated research project, but I finally have such a web service up and running. Below, in no particular order, are links that I found useful: http://cxf.apache.org/dosgi-spring-dm-demo-page.html http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-pa

Re: Trouble wireing up Spring-DM Server & CXF in Eclipse (with Maven support)

2009-10-24 Thread vickatvuuch
There is a project with maven I attached earlier, remove any interceptors I had in there and there you have a simple project with maven build all setup. http://www.nabble.com/java-first-how-to-add-WS-Security-header-to-WSDL-to25977266.html Raughan wrote: > > I am trying to write a simple hello

Re: Trouble wireing up Spring-DM Server & CXF in Eclipse (with Maven support)

2009-10-24 Thread vickatvuuch
I wouldn't mix eclipse into that right upfront. Start with a clean maven project and build. Pull in all the cxf dependencies and config files into the beans.xml. Define one jaxws endpoint (as in one of the samples) Then when you can build a war file, drop it into tomcat and check if you can get

Trouble wireing up Spring-DM Server & CXF in Eclipse (with Maven support)

2009-10-23 Thread Raughan
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 w