| Author |
how to create Client to call the webservices
|
Mukesh Puri
Greenhorn
Joined: Sep 01, 2009
Posts: 9
|
|
Hello,
Can any one help me out in tell the step to create client code, to call the webservices, Developed by me..
Regards
Mukesh Puri
|
 |
James Ward
Ranch Hand
Joined: Apr 27, 2003
Posts: 263
|
|
Here you go... using Apache Axis2, you can generate the client code:
http://qnatech.wordpress.com/category/web-service/
|
 |
ramu prabakaran
Greenhorn
Joined: Mar 20, 2006
Posts: 9
|
|
|
Which API are you using to create the Web Service. All most all the API's gives their own task to create the Client jars from the WSDL file. So create the Jar file from the ant task and use the classes in the Jar.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Here is a tutorial for NetBeans on how to develop JAX-WS web service clients: http://www.netbeans.org/kb/docs/websvc/client.html
Best wishes!
|
 |
Vinod K Singh
Ranch Hand
Joined: Sep 30, 2008
Posts: 198
|
|
|
Just invoke 'wsimport' against the web service URL that will generate client. wsimport is available as standard command in Java 6.
|
My Blog
|
 |
 |
|
|
subject: how to create Client to call the webservices
|
|
|