I am using Axis 1.0 release dated October 7, 2002, client application. I am receiving a NullPointerException in ArraySerializer:111 on a call to method that uses a two-dimensional array for one of its input parameters. After receiving the NullPointerException, Axis client retries successfully. The net result ios that the calls are successful but report a lot of NullPointerExceptions.
The same client application code with the 1.0rc1 release dated September 6, 2002 without producing any NullPointerException. Does anyone have a suggestion as to what changed to produce the NullPointerException in the newer code and what might be done to stop NullPointerException from occurring? Randall Evans