Without enabling the extensions, is there a way to correctly map my "java.util.Date" java type to a true "ISO8601" value? As mentioned on this page (http://ws.apache.org/xmlrpc/types.html) when the java.util.Date field gets sent on the wire, its missing the important timezone information. And as a result the other side (which I don't have control over) thinks I am off by 4 hours. The other side also does not understand extensions. So enabling extensions is not an option.
Any other clever workaround/suggestion from folks who might have already dealt with this issue? Is there a way to override XML mapping for "java.util.Date" class ? Thanks. -Ajay