OMElement omElement, firstResult = null, cacheResult = null, timeoutResult = null;
try {
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();
omElement = artifactReader.getOMElement(WithoutCacheIDTest.class.getResource("/WithoutCacheID.xml").getPath());
configServiceAdminStub.updateConfiguration(omElement);
log.debug("With Cache ID synapse xml uploaded ");
if (FrameworkSettings.STRATOS.equalsIgnoreCase("false")) {
firstResult = stockQuoteClient.stockQuoteClientforProxy("http://" + FrameworkSettings.HOST_NAME + ":" + FrameworkSettings.HTTP_PORT, null, "IBM");
System.out.println("First Result: " + firstResult);