> Hi, > as the guy on the Apache web page says , > the info on that page is not thorough nor enough. > I'm new to Servlet,Tomcat,Axis (not a good start). > > Can anyone please help me to find some instruction to: > > - use axis 1.1 on tomcat 4.1.27. > > - how to deploy but mostly where to store the class file. > > - How can I build JAX-RPC compliant code (also implementing the > ServletLifecycle in the implementation file) I so some example but they > still use the org..apache.. packages. > > Any example with easy steps to follow. > > Thanks. > Giuseppe. >
Hi Did you go through the user's guide documentation of Axis1.1?which discribes things you have to follow in steps for a deployment.The class file of your service has to be placed in the tomcat server /bin/WEBINF/classes in side here.Start with http://ws.apache.org/axis/ > _________________________________________________________________ > On the move? Get Hotmail on your mobile phone > http://www.msn.co.uk/msnmobile
