Thank you Ivan for your reply on my doubt.
yes. com.webcraftz.LoginServiceProxy is the class i have implemented using eclipse.
In the eclipse ide i have first created a dynamic web project, created methods into it. Then using the eclipse menu i have created a web service and wsdl file.
Using eclipse only i have created a test client wih jsp pages. It is using jax-rpc and axis.
I have downloaded the tomcat server from apache and I have integrated it into my eclipse. I have changed the following things in my local tomcat:
1. port no of my local tomcat server 6.0.33 from 8080 default to 8085.
2. changed server location to use tomcat installation
3. deploy path changed to webapps in the tomcat server installation directory.
Now, the test client is working fine with the '
http://localhost:8085/..... ' path and the wsdl is showing properly in the local tomcat server.
But i want to deploy it on the shared tomcat hosting on hostjava. There i have uploaded the same file structure which is showing properly in the local environment. But it is not showing properly.
I am pretty much a newcomer in the field of web services, so i am not getting where it is going wrong.