File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes web service at client end Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "web service at client end" Watch "web service at client end" New topic
Author

web service at client end

sathya murthy
Greenhorn

Joined: Jun 27, 2005
Posts: 3
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..

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..
paulm rhoades
Greenhorn

Joined: Nov 08, 2005
Posts: 6
ok - i think you may have skipped a few chapters of the intro to web services - clients tend to be other programs not browsers. i find the best way to develop is to use the wsdl2Java tool - write the wsdl to define your web service and then use wsdl2Java to code generate java for your client and server end-points.
 
 
subject: web service at client end
 
Threads others viewed
How to implement C++ Axis as Client
Thread safety of Axis client classes
how to write java web service client
client error: unable to find valid certification path to requested target
JAX-WS+Eclipse+Tomcat+Annotations
developer file tools