public void testSimpleTest() throws Exception {
System.out.println("USAGE: run org.apache.airavata.workflow.tracking.samples.workflow.SimpleWorkflowExecution "
+ " [WSMessaging broker URL (default: print to stdout)]");
ConsumerNotificationHandler handler = new ConsumerNotificationHandler() {
public void handleNotification(SOAPEnvelope msgEnvelope) {
try {
ByteArrayOutputStream out = new ByteArrayOutputStream();
XMLPrettyPrinter.prettify(msgEnvelope, out);