Reputation: 587
Is Spring Webservices (Spring WS) supported by Spring 2.0.7? If so what is the version for Spring WS to use?
If not what is spring version i need to upgrate with out much changes of my code.
Please help me i am doing lot of replacement and lot of class loader issues.
Upvotes: 2
Views: 322
Reputation: 403441
Spring-WS 1.5.x was designed to run with Spring 2.5.x, but I understand that it can be made to work with Spring 2.0.x (or perhaps only certain features work).
To be safe, you should use Spring-WS 1.0.x. Or upgrade Spring.
If you choose to upgrade Spring, be aware that Spring-WS 2.x is imminent, and requires Spring 3.0.x.
Upvotes: 2