OMNamespace XSI_NS = factory.createOMNamespace("http://www.w3.org/2001/XMLSchema", "xsd");
child.addAttribute("nill", "true", XSI_NS);
// (XmlConstants.XSI_NS, "nil", "true");
} else {
DcDate dcDate = new DcDate(cal);
child.setText(dcDate.toString());
}
ServiceClient client = new ServiceClient();
if (client.getAxisConfiguration().getModule(WsmgCommonConstants.AXIS_MODULE_NAME_ADDRESSING) != null) {