Re: the "java.util.Date" type as the input parameter of the webservice method
Posted By:
Shaun_Shen
Posted On:
Friday, March 21, 2003 07:04 PM
I have got the same problem before. Actually, the web service have no problem. You can write your own client and test it. I think this it is the test client's problem. Also, the java.util.Date is deprecated, so better to use java.util.Calendar. Actualy, weblogic use java.util.Calendar to handle xsd:date.
Cheers,
Shaun