util=new EchoMultipleFaults3Clientutil();
retEle =client.sendMsg(util,soapAction);
assertTrue(compare(retEle,"interop/whitemesa/round4/res/resMultipleFaults3.xml"));
}
public void testEchoMultipleFaults4() throws Exception{
util=new EchoMultipleFaults4ClientUtil();
retEle =client.sendMsg(util,soapAction);
assertTrue( compare(retEle,"interop/whitemesa/round4/res/resMultipleFaults4.xml"));
}