132133134135136137138139140141
} //echomultiplefaults4 public void testMultiplefaults4()throws Exception{ util=new EchoMultipleFaults4ClientUtil(); retEle = client.sendMsg(util,soapAction); assertTrue(Compare( retEle,"interop/sun/round4/simple/resMultipleFaults4.xml")); }
979899100101102103104105106107
//echoExtendedStructFault public void testStringFault()throws Exception{ util=new EchoStringFaultClientUtil(); retEle = client.sendMsg(util,soapAction); assertTrue(Compare( retEle,"interop/sun/round4/simple/resStringFault.xml"));