authenticateStub.authenticateAdminStub(configServiceAdminStub, sessionCookie);
ArtifactReader artifactReader = new ArtifactReader();
OMElement omElement = artifactReader.getOMElement(ChunkDefaultTest.class.getResource("/chunking_default.xml").getPath());
configServiceAdminStub.updateConfiguration(omElement);
String trpUrl = null;
if (FrameworkSettings.STRATOS.equalsIgnoreCase("false")) {
trpUrl = "http://" + FrameworkSettings.HOST_NAME + ":" + FrameworkSettings.HTTP_PORT;
result = stockQuoteClient.stockQuoteClientforProxy(trpUrl, null, "IBM");
} else if (FrameworkSettings.STRATOS.equalsIgnoreCase("true")) {