Spring WS and static wsdls

September 16, 2008

I’ve been using Spring WS for a while now and come to learn that the dynamic wsdl generarion is functioning quite well. A couple of days ago I was however forced to explore the static wsdl part of the framework as we needed to make a component backward compatible with an earlier version written using Tibco. Luckily, I found what I needed in the Spring WS reference guide
(http://static.springframework.org/spring-ws/sites/1.5/reference/html/server.html)…

Read the rest of this entry »