public void runSuccessCase() {
log.debug("Running HeaderProtocol11 with POST SuccessCase ");
StockQuoteClient stockQuoteClient = new StockQuoteClient();
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 omElement = artifactReader.getOMElement(HeaderProtocol_11Test.class.getResource("/with_content_type_post.xml").getPath());
configServiceAdminStub.updateConfiguration(omElement);