private IdentityPassiveSTSServiceStub stub = null;
public IdentityPassiveSTSClient(String backendServerURL, ConfigurationContext configCtx)
throws AxisFault {
String serviceURL = backendServerURL + "IdentityPassiveSTSService";
stub = new IdentityPassiveSTSServiceStub(configCtx, serviceURL);
ServiceClient client = stub._getServiceClient();
Options option = client.getOptions();
option.setManageSession(true);
}