RE: [Axis 1.4.x] How to handle java.util.Date

2007-03-07 Thread Rasile, Rob
Couple of options here... First, if you use jibx data-binding you can explicitly define your mappings - so you can directly go from xsd:dateTime to java types. You can even go so far as to write your own custome serializer/deserializer. Second, try using a

Re: [Axis 1.4.x] How to handle java.util.Date

2007-03-07 Thread Joshua White
Rob, Thanks for the reply. Is jibx data-binding a Axis 2 feature? Joshua On 3/7/07, Rasile, Rob [EMAIL PROTECTED] wrote: Couple of options here… First, if you use jibx data-binding you can explicitly define your mappings – so you can directly go from xsd:dateTime to java types. You

RE: [Axis 1.4.x] How to handle java.util.Date

2007-03-07 Thread Rasile, Rob
). From: Joshua White [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 9:13 AM To: axis-user@ws.apache.org Subject: Re: [Axis 1.4.x] How to handle java.util.Date Rob, Thanks for the reply. Is jibx data-binding a Axis 2 feature? Joshua On 3/7/07