You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Benjamin Sempere <be...@bull.fr> on 2004/06/18 11:32:28 UTC

Axis - Deserialization via API

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