I trying to expose method that accepts date param. If it type is java.util.Date then WSDL generated with xsd:dateTime type.
But when it type org.joda.time.DateTime then generated WSDL contains custom type DateTime instead of simple basic xsd:dateTime. Thus I need to create custom marshaler adapter for this.
This is issue of your plugin, of CXF itself?
I trying to expose method that accepts date param. If it type is
java.util.Date
then WSDL generated withxsd:dateTime
type. But when it typeorg.joda.time.DateTime
then generated WSDL contains custom typeDateTime
instead of simple basicxsd:dateTime
. Thus I need to create custom marshaler adapter for this. This is issue of your plugin, of CXF itself?