// }
// StickySoapHeaderHandler handler = new StickySoapHeaderHandler("use-lead-header", this.leadContext);
// client.addHandler(handler);
// This handler has to be end to get the entire soap message.
NotificationHandler notificationHandler = new NotificationHandler(this.builder);
client.addHandler(notificationHandler);
return this.invoker.invoke();
}