ua.start();
System.out.println("Started: "+ua.activityName()+"\n");
DeploymentContext manager = DeploymentContextFactory.deploymentContext();
Context theContext = manager.context();
((SOAPContext)theContext).serialiseToElement(root) ;
doc.appendChild(root);
System.out.println(com.arjuna.mw.wscf.utils.DomUtil.nodeAsString(doc));