*/
public void testR2GBTypedEcho2DStringArray() throws AxisFault {
url = "http://mssoapinterop.org/stkV3/interopBTyped.wsdl";
soapAction = "http://soapinterop.org/";
util = new GroupbEcho2DStringArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MStk3GroupbTyped2DStringArrayRes.xml";
compareXML(retEnv, tempPath);
}