RE: Serializing Date objects.

2002-02-05 Thread Chris Means
pache-SOAP have the "problem" fixed, but they've not been published yet, so use at your own risk. > -Original Message- > From: George Voronoff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 05, 2002 8:30 PM > To: [EMAIL PROTECTED] > Subject: Serializing

Serializing Date objects.

2002-02-05 Thread George Voronoff
I just noticed the follwing in the faq at http://xml.apache.org/soap/faq/faq_chawke.html#Q3_1 7.3 How do you serialize java.util.Date objects? Use BeanSerializer. Either add a mapping for date in the deployment xml file or call SOAPMappingRegistry.mapTypes() in your application. A more "corre