The moose likes Web Services and the fly likes Web Services Beginner Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web Services Beginner" Watch "Web Services Beginner" New topic
Author

Web Services Beginner

Nghiem Nguyen
Greenhorn

Joined: Jun 05, 2005
Posts: 25
Hi All,

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
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 ]

Android appsImageJ pluginsJava web charts
Nghiem Nguyen
Greenhorn

Joined: Jun 05, 2005
Posts: 25
Thank you Ulf Dittmer,

I will begin with SOAP and WSDL standards, and if I have any problems, please help me later.

Have a nice day.
Rock.
Doug Wang
Ranch Hand

Joined: Oct 05, 2001
Posts: 445
Yes. Ulf Dittmer hits it.

To play with Axis will give you a good ground for learning Web services.

Here is a quick tutorial which getS you started with Axis and SOAP: Part I and Part II.


Doug


Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
 
 
subject: Web Services Beginner
 
Threads others viewed
which book is best and latest for learning java web services
Web Services (with Java) 101 tutorial request
Webservice Tutorial
Best book to learn "Web Services" basics
How to use Web Services
IntelliJ Java IDE