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 !!
 

Reply via email to