Hi,
I am in the porcess of converting an Axis projetc to Axis2 project when I
came across this class: 

org.apache.axis.description.TypeDesc

private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(Somclass.class, true);

Did a quick search and I found the following class in axis2-adb-0.94.jar
which is what I need:

org.apache.axis2.databinding.metadata.TypeDesc

However after version 0.94 that class is nowhere to be found.
Can anyone point to an equivalent class in the latest Axis2 version? Or
another way of getting type metadata? An example would be helpful...
Thanks,    G
-- 
View this message in context: 
http://www.nabble.com/Type-metadata-question-tp24540876p24540876.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to