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