Hi All,
When i generated schema classes from jaxb 2.1.5.It generated XMLGregorianCalendar data type for xml type xsd
ate.Then i changed my schema adding inline annotations and binded the XMLGregorianCalendar to Calendar.Following is the code that i have added in my schema.
But When i generated the client stubs using wsconsume from the WSDL it is still generating XMLGregorianCalendar data type.
So my question what should i do to bind the data type XMLGregorianCalendar to Calendar in client side stubs,
but i should not change the WSDL.
Please help me.
Thanks
Pavan