Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with axis and dates doing web services..

Melssj5Sep 25 2009 — edited Sep 25 2009
Hi, 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???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2009
Added on Sep 25 2009
2 comments
356 views