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));
ua.start();
System.out.println("Started: "+ua.activityName()+"\n");
theContext = manager.context();
doc = builder.newDocument();
root = doc.createElement("Nested1-test");
((SOAPContext)theContext).serialiseToElement(root) ;