//todo : This test fails due to Axis2 Client Error
public void testR2GBEchoStructAsSimpleTypes() throws AxisFault {
url = "http://websrv.cs.fsu.edu/~engelen/interop2B.cgi";
soapAction = "http://soapinterop.org/";
util = new GroupbSoap12EchoStructAsSimpleTypesUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "GSoapR2Gb_S12_StructAsSimpleTypesRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}