*/
public void testR2GCEchoIntergerArray() throws AxisFault {
url = "http://www.whitemesa.net/interop/r2/groupC";
soapAction = "http://soapinterop.org/";
util = new WMRound2Soap12GroupcIntegerArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "WMRound2Soap12GroupcIntegerArrayRes.xml";
compareXML(retEnv, tempPath);
}