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 Auderset Pascal <pa...@rtc.ch> on 2004/04/26 11:52:07 UTC

Type Mapping Registry (Default types)

Hello

I'm using Axis to deploy WebServices. In our company we are using typed
classes to represent business data. This classes have the property that they
are unmodifyable (we don't use Java Primitives for business data). We now
want to match this types to jax-rpc types. For this I wrote one serializer
and deserializer. Until now i have to declare the type-mapping in the
server-config.wsdd file. I would like to "plug in" this default type mapping
in too the default type mapping. So I doesnt need to do the type mapping in
the config file. How can i do that? 

Thanks
Pascal