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