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 Pritesh Damani <pd...@emeta.com> on 2005/01/13 22:41:02 UTC

serializing and deserializing

hello everyone, 
 
Please help me with this one,
 
consider a class Product
it has one variable type Date and other HashMap.
 
Now I want to expose this to .net as a webservice.
 
I know one approach of doing this is to make a parallel Bean which has
datatypes Calendar and implementation of HashMap using arrays.
 
But this will be a lot of problem becuase I will have to change or
reimplement my current objects to support webservices and write
convertor for them,
 
Is there a way, in which axis on encountering these datatypes like date
and HashMap would convert them to my defined dataTypes which are
serializable over SOAP
 
Please help,
Pritesh Damani
 
--
All Computers wait at the same speed !!