|
Hi,
I'm an axis beginer and I just want to make a service with some methods using beans containing arrays of other beans. My problem is that I want to make my own (de)serializers for this new types and I don't know how. Pls give me some start point, a internet link or something like that. A functional example would be great, but ANY HELP is very appreciated.
NOW I only know that i must use
<typeMapping qname="ns:localName" classname="classname" serializer="classname" deserializer="classname"/>
in the wsdd file but I don't know what serializer and deserializer classes to create and what this classes implements or subclass.
Tx |