You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Cédric Chabanois <CC...@cognicase.fr> on 2002/01/22 16:01:56 UTC

custom serialization and wsdl

Hi,

There is something I don't understand concerning custom Serialization.
If I need to use an object that is not a bean as a parameter to a method of
my web service, I need to do the following :
- create a serializer
- create a deserializer
- declare them in the wsdd (with typeMapping)

But I don't know what to do concerning generation of the WSDL. What will be
generated when the user will try to use ?wsdl with my webservice ?

Cédric Chabanois