I'm using the axis nightly build from 2002-11-15 and I've noticed that the expected return type of the response from one of my RPC services has changed. My RPC service returns (with axis 1.0) a Vector of datahandlers (backed by FileDataSources), after the upgrade to the nightly build the same service now returns a Vector of AttachmentParts (which have contain the valid DataHandlers I'm expecting). It seems that this is an axis (de)serialization error but I'd like confirmation that this is not the desired behavior before submitting a bug report. Anyone have any insights?
Thanks, Jason