Creating a XML calendar object suitable for use in SOAP messages, in Java, is simple enough.
public XMLGregorianCalendar getXMLGregorianCalendarNow()
throws DatatypeConfigurationException
{
GregorianCalendar gregorianCalendar = new GregorianCalendar();
DatatypeFactory datatypeFactory = DatatypeFactory.newInstance();
XMLGregorianCalendar now =
datatypeFactory.newXMLGregorianCalendar(gregorianCalendar);
return now;
}
Elgin Looks Way Beyond 1923
-
*Elgin Looks Way Beyond 1923*
*The Watchmakers' College does that*
*
Elgin service through the jeweler has been celebrated for years. In scope
and care i...
5 days ago



0 comments:
Post a Comment