I have tested the function as you said, as I have done before.
There is no change in the error message. I do not understand what this
proves.
In a message dated 7/17/2004 7:53:40 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
Could
you please take just a minute, and test it out, i
Could you please take just a minute, and test it out, instead of
reasoning? Just call this query function, but do not assign the
returned value to any object.
[EMAIL PROTECTED] wrote:
I do not think that is truly the case because I can see from my
logging handler that an array is created and f
I do not think that is truly the case because I can see from my logging
handler that an array is created and filled with strings and sent back through
SOAP.
In a message dated 7/16/2004 3:07:46 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
You
probably didn't read my message righ
You probably didn't read my message right. What I meant is do not try
casting anyting at all, and it should not expect anything at all because:
handler.query(groupName, password, accountName, conditions);
Does not assign the result to anything. What I meant is that the above
state
Yes I have tried all kinds of casting and have even tried not casting. It
tells me it expects to return a String[];
In a message dated 7/16/2004 2:05:48 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
I told
you already.Did you try (without assigning the result to
anything).handle
I told you already.
Did you try (without assigning the result to anything).
handler.query(groupName, password, accountName, conditions);
It's not the casting to any type in your code.
[EMAIL PROTECTED] wrote:
Hello All,
The past few days been quite a journey with Axis for me. I have
Hello All,
The past few days been quite a journey with Axis for me. I have asked
numerous Axis-Users to help me with this problem. While they have been more than
generous and wonderful with their attention, this problem has not gone
away.
I pass a simple array back from Axis in Wrapped/Li