|
I have some experience in Spring and lately, I discovered through Appfuse that you can easily publish Web services using Spring JAXWS. I have no prior experience with Java web services. All I know is one widely used framework for WS is Apache Axis. |
|
With no answer yet to this question, I guess I should give my 2 cents on the topic to clean out the Java questions... The answer depends on whether you have a good Spring mentor around. The process of exposing a JAX-WS web service in Spring 2.5.x is discussed here. The process looks easy, but I couldn't make it work using my limited Spring knowledge. If you don't have a Spring expert around to help you understand the setup process, I suggest you go with Apache Axis. It's been around longer so there are way more tutorials around for it (dunno if it still generates ugly code, though). |
User Budoy asks for concrete details: code snippets, context XML, etc.