Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-19 Thread NYY96
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

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-17 Thread V D
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

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
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

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread Vy Ho
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

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
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

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread Vy Ho
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

Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
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