I can give you more information on this (you probably already know), in java2wsdl, if we detected there's java.util.Date, java.util.Calendar, we will generate the binding file automatically, so if you generate the stub from the generated wsdl and binding files, you got the DateAdapter already.
But we don't support the java.sql.Timestamp yet.

We can do the same for the HashMap as well.

James


FYI ,  this blog shows you how to use HashMap in the JAXB.
http://weblogs.java.net/blog/kohsuke/archive/2005/04/xmladapter_in_j.html

Willem.
James Mao wrote:
Jaxb is quite plugable, you can use XmlTypeAdapter to marshal/unarshal to/from HashMap

James

HashMap is not supported by JAXB binding. More discussions about this can be found from http://www.nabble.com/DataBinding-problems-%28Timestamp-and-HashMap%29-using-JAXB-tf4283645.html#a12193877

Cheers,
Jervis

-----Original Message-----
From: Kaleb Walton [mailto:[EMAIL PROTECTED]
Sent: 2007?9?19? 5:59
To: cxf-user@incubator.apache.org
Subject: HashMap as parameter for web service call



I cannot seem to get a HashMap to work as a parameter when making a web
service call via PHP. Has anyone else experienced this? I want to
encapsulate my parameters in a more complex object that extends HashMap.

Regards,
Kaleb


----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland



Reply via email to