Hi, I would like to know how to configure the java type java.sql.Time to xsd:time. Currently it automatically gets converted into a xsd:dateTime (probably because java.sql.Time extends java.sql.Date).
On the client side I manage to deal with the problem by providing an own Deserializer. But I do not know how to configure a Serializer on the server side, if trying to define one for xsd:date I always receive an exception. Best regards from rainy Black Forest, Germany, Mattin Martin Heitz Distributed Network Accounting Team Elsag Solutions AG Roggenbachstr. 1 D-78050 Villingen-Schwenningen Germany http://www.elsag-solutions.com Tel: +49-(0)7721-9175-595 Fax: +49-(0)7721-9175-800
