Reputation: 31
I have few WSDLs defined and now have to create Web services out of it which will interact with Database.
Need suggestions on choice of technology.
Upvotes: 2
Views: 2399
Reputation: 2216
I was wondering the same and opted to use pure jax-ws see the article: http://java.dzone.com/articles/web-services-jax-ws-vs-spring
there is a good example with maven pom, for quick project bootstrap.
Upvotes: 1