Dear All,

I'm developing a web service with Axis 1.4 and Tomcat 6.0.
I want to return multiple values to a customer's client.
I thought using String[].
Such like this.
String[] ret = (String[]) call.invoke( new Object [] { sTring, });
ret[0]:"success" or "failure".
ret[1]:messageID when "failure".

I was asked from my boss "is this a standard way or not".
I couldn't answer about it.
So, please let me know the defact standard when returning multiple values on 
Axis.
Any help would be appreciated.

Thanks in advance.

Norio Sasagawa

Reply via email to