Problem where Java2WSDL\WSDL2Java converts Dates to Java.util.Calendar

2003-06-18 Thread Reynardine
Hello, A fairly newbie question. To deploy a service I've run Java2WSDL and then WSDL2Java on my implementation class. One method in this class has these parameters: public double getAccruedCoupon( Date mSettlementDate, Date mLastCouponDate, double

Re: Problem where Java2WSDL\WSDL2Java converts Dates to Java.util.Calendar

2003-06-18 Thread James Black
Reynardine wrote: The problem is that when I go in and edit the automatically generated SoapBindingImpl.java, I find that axis has changed the dates to Calendars i.e. Date is mapped to Calender, I believe that is according to a specification. So, using the date class would be a bad idea,