*/
public void testR2GBEchoNestedArray() throws AxisFault {
url = "http://soapinterop.roguewave.com:8013/interop2testB/InteropRound2TestB";
soapAction = "http://soapinterop.org/";
util = new GroupbEchoNestedArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "RWGroupbNestedArrayRes.xml";
compareXML(retEnv, tempPath);
}