*/
public void testR2GBEchoSimpleTypesAsStruct() throws AxisFault {
url = "http://www.cincomsmalltalk.com/r2groupb/interop";
soapAction = "http://soapinterop.org/";
util = new GroupbEchoSimpleTypesAsStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunGroupbSimpletypesAsStructRes.xml";
compareXML(retEnv, tempPath);
}