soapEnvelope.addAttribute("xmlns:xsd",
"http://www.w3.org/2001/XMLSchema", null);
soapEnvelope.addAttribute("xmlns:xsi",
"http://www.w3.org/2001/XMLSchema-instance",
null);
SOAPBody soapBody = factory.createSOAPBody(soapEnvelope);
String issuerName = "unknown";
String strCurrentDate = "unknown";
String strExpireDate = "unknown";