*/
public void testR2BaseEchoStringArray() throws AxisFault {
url = "http://soapinterop.java.sun.com:80/round2/base";
soapAction = "http://soapinterop.org/";
util = new Round2EchoStringArrayClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "SunBaseStringArrayRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRING_ARR_1);
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRING_ARR_2);
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRING_ARR_3);