*/
public void testR3GDEchoString() throws AxisFault {
url = "http://soapinterop.java.sun.com:80/round3/groupd/import1";
soapAction = "http://soapinterop.org/";
util = new GDImport1EchoStringUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunGDImport1StringRes.xml";
compareXML(retEnv, tempPath);
}