*/
public void testR2GBEchoSimpleTypesAsStruct() throws AxisFault {
url = "http://www.mssoapinterop.org:80/Remoting/ServiceB.soap";
soapAction = "http://soapinterop.org/";
util = new GroupbEchoSimpleTypesAsStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MSRemGroupbSimpletypesAsStructRes.xml";
compareXML(retEnv, tempPath);
}