clientOptions.setTo(new EndpointReference("http://131.107.72.15/ReliableMessaging_Service_Indigo/ReliableOneWay.svc"));
clientOptions.setProperty(MessageContextConstants.TRANSPORT_URL,transportTo);
clientOptions.setProperty(ClientAPI.SEQUENCE_KEY,"sequence1");
clientOptions.setSoapAction("urn:wsrm:Ping");
clientOptions.setAction("urn:wsrm:Ping");
sender.send("ping",getPingOMBlock("Microsoft-1"));
sender.send("ping",getPingOMBlock("Microsoft-2"));
clientOptions.setProperty(ClientAPI.LAST_MESSAGE, "true");
sender.send("ping",getPingOMBlock("Microsoft-3"));
}