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