Posted By:
sat_ya
Posted On:
Tuesday, November 15, 2005 09:42 PM
hi folks.. i had a web service, which will take name as a parameter and returns the greeting to that name.. In one machine i got tomcat and axis.. when i run the WS, on the machine where axis n tomcat are installed, using command prompt, its executing.. code: c:>java -classpath %AXISCLASSPATH%;C:dev javaworld.axis.Client1 sathya o/p:: Hi!sathya welcome to WS Where dev is the folder containing Client1 now i want to use the WS from different machine.. i dont know how to use the webservice from a client end.. what r all the tools needed at the client end to run the WS.... and also i would like to use browser instead of dos p
More>>
hi folks..
i had a web service, which will take name as a parameter
and returns the greeting to that name..
In one machine i got tomcat and axis.. when i run the WS,
on the machine where axis n tomcat are installed, using
command prompt, its executing..
code:
c:>java -classpath %AXISCLASSPATH%;C:dev javaworld.axis.Client1 sathya
o/p:: Hi!sathya welcome to WS
Where dev is the folder containing Client1
now i want to use the WS from different machine..
i dont know how to use the webservice from a client end..
what r all the tools needed at the client end to run the WS....
and also i would like to use browser instead of dos
prompt..
any suggestions in this regard are greatly appreciated..
<<Less