+ "source/types",
"ns1:greetMeFaultDetail");
el.appendChild(doc.createTextNode("Some fault detail"));
doc.appendChild(el);
throw new GreetMeFault("Fault String", new DOMSource(doc));
}
Document doc = XMLUtils.newDocument();
Element el = doc.createElementNS("http://apache.org/hello_world_soap_http_source/source/types",
"ns1:greetMeResponse");