//Todo - Group C tests fail
public void testR2GCEchoString() throws AxisFault {
url = "http://soapinterop.roguewave.com:8013/interop2testC/InteropRound2TestC";
soapAction = "http://soapinterop.org/";
util = new GroupcEchoStringUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "RWGroupcEchoStringRes.xml";
assertR2DefaultEchoStringResult(retEnv);
}