| Author |
how to call a webservice in java client code to update record in the database
|
sreedhar chinna
Greenhorn
Joined: Mar 27, 2011
Posts: 3
|
|
Hi,
Do any one know how to call a webservice in java client code to update record in the database.
javacode-->webservice-->update database with one record.
Regards
Sreedhar
|
 |
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 490
|
|
Hi,
One way to invoke a webservice is to generate the client classes using the WSDL. This can be achieved by using JAX-WS framework. This webservice client then can be used to invoke the webservice.
Regards,
amit
|
 |
 |
|
|
subject: how to call a webservice in java client code to update record in the database
|
|
|