// Create a transaction and insert the RMSBean
Transaction tran = storageManager.getTransaction();
rmsBeanMgr.insert(rmsBean);
tran.commit();
// Open a connection to the endpoint, using the sequence ack as the action
HttpURLConnection connection =
FaultTestUtils.getHttpURLConnection("http://127.0.0.1:" + serverPort + "/axis2/services/RMSampleService",
"http://docs.oasis-open.org/ws-rx/wsrm/200702/SequenceAcknowledgement");