Hi, i ve a little question in glance with Axis.
I used wsdl2java in order to generate Java classes.
So all complexes types in my wsdl file are represented by a java class with getters 
for Axis (de)serializers called getSerializer and getDeserializer. In another class i 
will test these (de)serializers. So no problems with serialization of a java object 
but i don t know what to do with deserialization. I ve an input source that represents 
my xml soap stream and i wish obtain for each elements the corresponding java type, 
how can i do this with the axis API??

Regards SEMPERE Benjamin

Reply via email to