with a custom de|serializer, after loading the wsdd and upon calling servlet/AxisServlet to see the exposed methods, ServiceDesc is being called without first setting the type mapping. This throws a null pointer exception on line 688.
(partial stack chain by line num in ServiceDesc 488-507-628-647-688) I assume the typeMapping element in the wsdd file is not getting carried over to a type mapping object in ServiceDesc. I'm running beta 2. Has anyone successfully coded custom serializers and deployed on beta 2? Heitzso