Well, I upgraded to v1.2 RC2 and the
problem goes away; I receive all the null values in the Array of strings. From: Jeremy Link
[mailto:[EMAIL PROTECTED] I’m having a problem with some of my response values
being filtered out by Axis. I send a request to the server and get back an array of
Strings. Some of the values returned from the server will have a null value: string>
xsi:nil="true" /> If there are 10 response fields and 5 of them are null, I’d
expect to get a String[] with 10 elements and 5 of them would be null. Instead, I get back a String[] with 5 elements only; the null elements
are filtered out. BUT, I have no way to tell which ones were filtered out. Any ideas on how to fix this? Thanks. |
- null return values being filtered out Jeremy Link
- Jeremy Link