*/
public void testRBaseEchoStruct() throws AxisFault {
url = "http://mssoapinterop.org/stkV3/Interop.wsdl";
soapAction = "http://soapinterop.org/";
util = new Round2EchoStructClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MStk3BaseStructRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRUCT_INT);
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRUCT_STRING);
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_STRUCT_FLOAT);