AuthenticateStub authenticateStub = new AuthenticateStub();
ConfigServiceAdminStub configServiceAdminStub = new ConfigServiceAdminStub("https://" + FrameworkSettings.HOST_NAME + ":" + FrameworkSettings.HTTPS_PORT + "/services/ConfigServiceAdmin");
authenticateStub.authenticateAdminStub(configServiceAdminStub, sessionCookie);
ArtifactReader artifactReader = new ArtifactReader();
LogViewerStub logViewerStub = new LogViewerStub("https://" + FrameworkSettings.HOST_NAME + ":" + FrameworkSettings.HTTPS_PORT + "/services/LogViewer");
authenticateStub.authenticateAdminStub(logViewerStub, sessionCookie);
OMElement omElement = artifactReader.getOMElement(ThrottleMediatorTest.class.getResource("/throttle.xml").getPath());
configServiceAdminStub.updateConfiguration(omElement);
/*Sending a StockQuoteClient request*/
if (FrameworkSettings.STRATOS.equalsIgnoreCase("false")) {