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