StickySoapHeaderHandler handler = new StickySoapHeaderHandler(
"use-lead-header", this.leadContext);
this.client.addHandler(handler);
// This handler has to be end to get the entire soap message.
NotificationHandler notificationHandler = new NotificationHandler(
this.leadContext);
this.client.addHandler(notificationHandler);
WSIFPort port = this.client.getPort();
String operationName = this.component.getOperationName();