I have a problem about conversion of data types from wsdl to java with xmlbeans scomp.
The problem is, xs:date type in wsdl's xsd is not converted to java.util.Date but java.util.Calendar by xmlbeans. So the object ,which is created by xmlbeans, is expecting a Calendar object instead of Date object.
How can I convert it to Date object