You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andy Zeneski <ja...@zsolv.com> on 2002/01/13 17:01:18 UTC

Client calls to services which return void...

When does:

Object result = call.invoke(Object[]);

return if the calling service has a void return type?

RE: Client calls to services which return void...

Posted by Andy Zeneski <ja...@zsolv.com>.
The question should be WHAT does.. sorry.

-----Original Message-----
From: Andy Zeneski [mailto:jaz@zsolv.com]
Sent: Sunday, January 13, 2002 11:01 AM
To: axis-user@xml.apache.org
Subject: Client calls to services which return void...



When does:

Object result = call.invoke(Object[]);

return if the calling service has a void return type?