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 mCouponPercent, double mACTBottom ) 

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. 

public double getAccruedCoupon (java.util.Calendar in0, java.util.Calendar in1, 
                                double in2, double in3) }

Similarly, Java.util.Vector is not preserved across a Java2WSDL/WSDL2Java 
transformation.

What should I do?  Can I force Java2WSDL/WSDL2Java to retain my dates and vectors ? Or 
should I hand edit SoapBindingImpl.java and put the dates and Vectors back in ?

Any help gratefully received.

Rey.
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers

Reply via email to