What is the best class/bean to use for a Java Soap Web Service? I am a .NET guy and can't really tell from any articles on the web.
If you like to use spring-ws, just follow the tutorial on Spring Source. Basically, you have to
These are the first basic steps to create a web service endpoint with Spring WS.