*/
public void testR3GDRpcEchoVoid() throws AxisFault {
url = "http://mssoapinterop.org/asmx/wsdl/WSDLInteropTestRpcEncService.asmx";
soapAction = "http://soapinterop.org/";
util = new GDRpcVoidUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MsAsmxGDRpcVoidRes.xml";
compareXML(retEnv, tempPath);
}