| 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
|
 |
 |
|
|
subject: New to web services - good tool to build web service client to use in jsp
|
|
|