*/
public void testR2GCEchoStringArray() throws AxisFault {
url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
soapAction = "http://soapinterop.org/";
util = new GroupcStringArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "ESGroupcStringArrayRes.xml";
compareXML(retEnv, tempPath);
}