protected void setUp() throws Exception {
   System.setProperty(
       SynapseConstants.SYNAPSE_XML, SAMPLE_CONFIG_ROOT_PATH + "synapse_sample_501.xml");
   System.setProperty("addurl", "http://localhost:9000/services/SimpleStockQuoteService");
   System.setProperty("trpurl", SYNAPSE_BASE_URL);
   System.setProperty("mode", "customquote");
   super.setUp();
 }
 protected void setUp() throws Exception {
   System.setProperty(
       SynapseConstants.SYNAPSE_XML, SAMPLE_CONFIG_ROOT_PATH + "synapse_sample_600.xml");
   System.setProperty("addurl", SYNAPSE_BASE_URL);
   System.setProperty("mode", "quote");
   System.setProperty("symbol", "IBM");
   super.setUp();
 }