newszine

Convert XMLGregorianCalendar to Date Object

7 years ago Lalit Bhagtani 0
XMLGregorianCalendar to Date Object :- In this tutorial, we will learn to convert XMLGregorianCalendar to Date Object. If you had worked on a project which consume or publish SOAP web services, then you would had faced a problem in converting XMLGregorianCalendar to Date Object and vice versa. Let’s see an implementation with the help of Read More

Convert Date to XMLGregorianCalendar Object

7 years ago Lalit Bhagtani 0
Date to XMLGregorianCalendar Object :- In this tutorial, we will learn to convert Date to XMLGregorianCalendar Object. If you had worked on consuming or publishing SOAP web services, then you would had faced the problem in converting Date to XMLGregorianCalendar Object and vice versa. Let’s see an implementation with the help of an example  :- Example Read More

Removing Timezone from XMLGregorianCalendar

7 years ago Lalit Bhagtani 0
If you had worked on a project which consume or publish web services, then you would have faced a problem with date (XMLGregorianCalendar) object, where you would like to send only date string as yyyy-MM-dd but complete yyyy-MM-dd’T’HH:mm:ss’Z’ has been sent. This date string contains date, time and timezone information, if you like to send Read More