aspose file tools
The moose likes Web Services and the fly likes New to web services - good tool to build web service client to use in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "New to web services - good tool to build web service client to use in jsp" Watch "New to web services - good tool to build web service client to use in jsp" New topic
Author

New to web services - good tool to build web service client to use in jsp

Infinityi IZ
Greenhorn

Joined: Oct 03, 2008
Posts: 1
Hi, I'm new to web services and need a good tool to quickly build a web service client to consume an existing web service. I have the URL for the WSDL and just need to create java code that I can call from my jsp.

Any advice on best practices for performance would also be highly appreciated. Thanks very much
Vinod K Singh
Ranch Hand

Joined: Sep 30, 2008
Posts: 198
Both Eclipse and NetBeans provide facility to quickly generate the client and test. Alternatively you can use 'wsimport' utility of JAX-WS.


My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: New to web services - good tool to build web service client to use in jsp
 
Similar Threads
REST in mobiles
Java -> WSDL and WSDL -> Java
Help needed for testing web service
TictTacToe jax-ws
WSDL question