I am a newbie in SOAP. I know developp in java. I know to using Tomcat. Could you help me to begin:
For exemple I would like any client to implement that method:
public String Bonjour( String language ){ return language ; }
How to do it (side server)
Thank you in advance!
OULD NADIF
We are ones that build the world, thus build it well.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
There are a number of introductory articles linked in the WebServices FAQ (linked in my signature). The first step might be to download Axis, get it to run inside Tomcat, and have a look at its examples. The FAQ also has some beginners articles on how to develop your own service.