I am writing a service implementation class ( pure java class ) which uses spring dependency injections and hibernate support to insert/ update the database.

The class uses some property files and context files to get the database connections and some keys from property files.

Then after the whole implementation i made a service archive file with AXIS Service Archiver.
i then deployed this service in the tomcat> webapps> axis> web-inf> services>

got the wsdl from the list services page of axis..
Created the client stub code with ant , When i try to invoke the method from the stub then the service is not even getting called .. i guess this is a wrong process.. .

can anyone route me of how to integrate them -

following link shows how to integrate all --but i'm unable to get the start and end point to develop a small piece of code -

http://forum.springframework.org/showthread.php?t=19105

request you to post or mail me any sample code so that i can work on the same..

soumyasree_22@yahoo.co.in