*/
public void testR2GBEcho2DStringArray() throws AxisFault {
url = "http://www.mssoapinterop.org:80/Remoting/ServiceB.soap";
soapAction = "http://soapinterop.org/";
util = new GroupbEcho2DStringArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MSRemGroupb2DStringArrayRes.xml";
compareXML(retEnv, tempPath);
}