*/
public void testR3GFEchoString() throws AxisFault {
url = "http://mssoapinterop.org/asmx/wsdl/InteropTestHeaders.asmx";
soapAction = "http://soapinterop.org/";
util = new GFHeaderTestUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "GFHeaderTestRes.xml";
compareXML(retEnv, tempPath);
}