user2232357
user2232357

Reputation: 31

Tech Choice : JAX-WS vs Spring-WS from Existing WSDL

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.

For Web-Service

Database Interaction

Upvotes: 2

Views: 2399

Answers (1)

Alessandro Oliveira
Alessandro Oliveira

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

Related Questions