Problem with axis and dates doing web services..
Melssj5Sep 25 2009 — edited Sep 25 2009Hi, I am having a problem managing dates inside a custom class that is sent to a web service.
on the server I have a class X with some fields being java.sql.Date
using axis to deploy the web service it references those fields as xsd:date
and when I make a client using the WSDL2Java, it makes classes of the type java.util.Date
Any clues about who to make the web service to publish the wsdl file as java.sql.date and not tue util one???