Re: xml date and dateTime mismatch in wsdl

2003-11-20 Thread vairamuthu thayapavan
hi same prob also occured to someone else in the mailing list. wsdl2java generate the sql.Date or util.date for the XSD_Date. see the class org.apache.axis.encoding.DefaultTypeMappingImpl. prob might be in the regenerating the XSD type from the java Date type. vtpavan > Hi all, > > I have run

xml date and dateTime mismatch in wsdl

2003-11-20 Thread Tamas Hauer
Hi all, I have run into the following problem. I define a type "xsd:date" in my wsdl, then generate code using wsdl2java and when I deploy it on axis (on tomcat), the type in the published wsdl becomes "xsd:dateTime". Quite annoying when generating client and server code as well using wsdl2j