I want to learn Web Services, but I don't know where the start point is. Please tell me how to begin and what I have to learn to understand and run it well.
Sorry for my poor English. I really need your help. Thanks. Rock.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
What you will need is a web service engine for testing. A common choice is Axis, which runs as a web app in any servlet container (e.g. Tomcat).
You'll also need an (at least partial) understanding of the SOAP and WSDL standards, and SAAJ and JAX-RPC, which are the Java APIs for using those standards. There are plenty of pointers to standards and introductions into different aspects of web services as part of the Axis documentation, particularly the Java Web Services Tutorial. [ September 19, 2005: Message edited by: Ulf Dittmer ]