Hi,
I have a web service method in
java which accepts no arguments.I have a written client in Java too.But i looked for methods invoke under Call interface,i found there overloaded methods which accepts parameter,but no method which doesn't accept any parameter.
My question is how can i call a web service method(which takes no arugument) in Java client through JAX-RPC.