*/
public void testR2BaseEchoString() throws AxisFault {
url = "http://mssoapinterop.org/stkV3/Interop.wsdl";
soapAction = "http://soapinterop.org/";
util = new Round2EchoStringclientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MStk3BaseStringRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRING);
}