Java Code works great!!
Below are main APIs called. BrokerAdminClient, getClientIds, destroyClientById.
BrokerAdminClient myClient = new BrokerAdminClient(HostName, brokerName, idclient, “admin”, “IntegrationServer”, null);
clientIds = myClient.getClientIds();
myClient.destroyClientById(clientIds[index]);
Solved the problem. Thanks guys.
Ramesh Kuruba.
rameshku@insolexen.com
#Integration-Server-and-ESB#webMethods#Universal-Messaging-Broker