PDA

View Full Version : Java Web Services


brad211987
08-03-2009, 03:41 PM
New to Web Services and can't seem to figure out where to start. I want to write a web service that will accept an XML document, parse it and do some server side processing, then return a status message. There seem to be so many different technologies under "Web Services" that it is difficult to find out where to start.

Does anyone have any recommendations for starting a simple web service like this and running it in a Tomcat server?

ckeyrouz
08-03-2009, 03:47 PM
The best place to start is here:
http://ws.apache.org/axis/java/user-guide.html

brad211987
08-03-2009, 03:59 PM
Thank you! This is exactly the type of introduction I was looking for.