//todo fix me Nadana , this fails due to bug in XML Comparator
//echoBaseSoapStructFault
public void testIntArrayFault()throws Exception{
util=new EchoIntArrayFaultClientUtil();
retEle = client.sendMsg(util,soapAction);
assertTrue(Compare( retEle,"interop/sun/round4/simple/resIntArrayFault.xml"));
}