WSIFClient wclient = WSIFRuntime.getDefault().newClientFor(
definitions3, "TestCMD_Example1SoapPort");
StickySoapHeaderHandler handler = new StickySoapHeaderHandler(
"use-lead-header", leadContext);
wclient.addHandler(handler);
wclient.useAsyncMessaging(correlator);
wclient.setAsyncResponseTimeoutInMs(33000L);
WSIFPort port = wclient.getPort();
WSIFOperation operation = port.createOperation("Run");