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