sb.append("</env:Body>");
sb.append("</env:Envelope>");
SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(sb.toString().getBytes()));
URL epURL = new URL(notifyTo.getAddress().getValue());
new SOAPConnectionImpl().callOneWay(reqMsg, epURL);
}
catch (Exception e)
{
SubscriptionManagerMBean manager = factory.getSubscriptionManager();
AttributedURIType address = this.endTo.getAddress();