> On JDK 1.2.2 on Linux and Solaris, it is not working well. It's odd, > because it does send most of the objects, but the array of objects does not > go out. I have a main object that includes an array of subobjects, and the > subobject array length is zero when it's received (though it's definitely > set when sending). No exceptions are thrown.
A bit of further testing shows that it's the arrays that don't work here. I turned the array of objects into a single object, but it contains a byte array, and everything in that object is now being sent, but the byte array is null. I'd normally guess this was a SOAP problem, but it really appears to be JDK related. Has anybody discovered a work around for this sort of problem? Mahalo, David