assertEquals("Response should be : Hello TestSOAPInputMessage", expected, domResMsg.getNode()
.getFirstChild().getTextContent().trim());
Element el = (Element)domResMsg.getNode().getFirstChild();
System.out.println(DOMUtils.getElementQName(el));
assertEquals("gmns", el.lookupPrefix("http://apache.org/hello_world_soap_http/types"));
assertEquals("http://apache.org/hello_world_soap_http/types",
el.lookupNamespaceURI("gmns"));
// Test invoke oneway
InputStream is1 = getClass().getResourceAsStream("resources/GreetMeDocLiteralReq1.xml");