| Author |
How to write a webservices client
|
santhoshkumar samala
Ranch Hand
Joined: Nov 12, 2003
Posts: 156
|
|
I have written simple webservice
when i declare it as servlet in web.xml and deploy in jboss4.2.2 as war file, jboss has generated a wsdl file at deploy/data folder.
My question is how to write and invoke client for this? iam using eclipse genemade,
can some body please help me in writing client, the generated wsdl is as follows
|
santhosh<br />SCJP,SCWCD
|
 |
Oleg Tikhonov
Ranch Hand
Joined: Aug 02, 2008
Posts: 55
|
|
Hello,
why do not use the axis/axis 2?
this link might be helpful:
Eclipse WTP tutorial + Axis
|
 |
 |
|
|
subject: How to write a webservices client
|
|
|