Hi all I�ve got a problem with parameter deserialization on server side because WSDL2Java does not generate mapping code for the generated skeleton nor does it generate <typemapping...> entries in the wsdd file. Now i�ve copied a part of the Stub into the skeleton and added some custome code to add the typemappings to axis after the instantiation of the application. All works fine except of one method which uses Holder classes for the inout parameters. I do not know how to add mapping code for these params into the skeleton and i didn�t found any documentation about this... Can anyone send me a simple example about defining and registering the typemapping for a Holder as code? thanks for any help, greets, mike
