*/
public void testR2BaseEchoVoid() throws AxisFault {
url = "http://www.caraveo.com/soap_interop/server_round2.php";
soapAction = "http://soapinterop.org/";
util = new Round2EchoVoidClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunBaseVoidRes.xml";
compareXML(retEnv, tempPath);
}