retEle =client.sendMsg(util,soapAction);
assertTrue(compare(retEle,"interop/whitemesa/round4/res/resMultipleFaults1.xml"));
}
public void testEchoMultipleFaults2() throws Exception{
util=new EchoMultipleFaults2ClientUtil();
retEle =client.sendMsg(util,soapAction);
assertTrue(compare(retEle,"interop/whitemesa/round4/res/resMultiplefaults2.xml"));
}