*/
public void testR2GBTypedEchoStructAsSimpleTypes() throws AxisFault {
url = "http://mssoapinterop.org/stk/interopBTyped.wsdl";
soapAction = "http://soapinterop.org/";
util = new GroupbEchoStructAsSimpleTypesUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MStk2GroupbTypedStructAsSimpleTypesRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}