factory.createOMNamespace("http://schemas.xmlsoap.org/ws/2004/08/eventing", "wse");
if (mode.equals("subscribe")) {
OMElement subscribeOm = factory.createOMElement("Subscribe", nswse);
OMElement deliveryOm = factory.createOMElement("Delivery", nswse);
deliveryOm.addAttribute(factory.createOMAttribute("Mode", null,
"http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push"));
OMElement notifyToOm = factory.createOMElement("NotifyTo", nswse);
OMElement addressOm = factory.createOMElement("Address", nswsa);
factory.createOMText(addressOm, address);
OMElement expiresOm = factory.createOMElement("Expires", nswse);