Custome Deserializer

2004-12-21 Thread Chadha, Renuka
How can I register Custom Deserializer for xsd:int using typemapping ?

Re: Custome Deserializer

2004-12-21 Thread Adaptive Protocols
Hi Renuka, I think, you need to register a type mapping on server side wsdd for this. i.e. define a type mapping in server-config.wsdd with xml type as xsd:int, java type as int class and you custom deserializer factory, which will return custom deserializer. This should solve the purpose.