XFIRE client can not handle OUT parameter correctly
---------------------------------------------------
Key: XFIRE-947
URL: http://jira.codehaus.org/browse/XFIRE-947
Project: XFire
Issue Type: Bug
Components: Generator
Affects Versions: 1.2.5
Environment: JSDK1.5
Reporter: hubert zhang
Assignee: Dan Diephouse
Xfire client can not handle OUT parameter correctly!
I reviewed the source code , i found this:
try
{
Object[] response = client.invoke(op, args);
if (response != null && response.length > 0)
return response[0];
else
return null;
}
catch (Exception e)
so why only the first result will be returned? How about other result? How to
deal with the OUT para?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email