assertEquals("Response should be : Hello TestSOAPInputMessage", expected,
DOMUtils.getAllContent(domResMsg.getNode().getFirstChild()).trim());
Element el = (Element)domResMsg.getNode().getFirstChild();
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");