I'm pretty sure those classes are related to ""SOAP encoding" which axis2 doesn't support.
I'm traveling now, but if you are not using SOAP encoding then there is no issue really. If you are using SOAP encoding, can you change that? On Thu, Jul 27, 2023 at 1:50 PM Marco Rossi <burnoutcirc...@gmail.com> wrote: > Good afternoon, I have a question regarding replacement classes for Axis. > We are updating a legacy java project which uses many org.apache.axis > classes, so we tried the replacement, org.apache.axis2 following the migration > guide <https://axis.apache.org/axis2/java/core/docs/migration.html>. But > we cannot seem to find an axis2 replacement for some old axis classes. The > classes are the following: > > org.apache.axis.encoding.SerializationContext > org.apache.axis.encoding.Serializer > org.apache.axis.encoding.Deserializer > > org.apache.axis.encoding.ser.CalendarSerializer > org.apache.axis.encoding.ser.BeanSerializer > org.apache.axis.encoding.ser.EnumSerializer > org.apache.axis.encoding.ser.EnumDeserializer > > org.apache.axis.description.TypeDesc > org.apache.axis.description.ElementDesc > > org.apache.axis.types.NonNegativeInteger > > Thanks for your time. >