| Author |
How to communicate b/w two Server
|
Mintoo kumar
Ranch Hand
Joined: Aug 21, 2007
Posts: 61
|
|
Hi Friends, I am new to Web service.I have depolyed a simple webservice ,which simply have a method "sayHello" retruns string, into JBoss application server. As it's a simple so did not find any difficulty to deploy and running successfully.To check the deployed web service whether it is running or not , i have created on "serviceClient" which calls the deployed web service's method "sayHello" and gives the result to "serviceClient". Upto this point eveything has gone well. Now i want this "serviceClient" to deploy in Tomcat server and from where i could call the webservice deployed in JBoss. However i have deployed the "serviceCleint" in Tomcat ,but It's not working as expected. Could any one help me out or let me know the process in case i am doing anything wrong. _____________________________________________________ Mintoo SCJP 1.4 ______________________________________________________
|
 |
 |
|
|
subject: How to communicate b/w two Server
|
|
|