Package test.interop.sun.round4.simple.util

Examples of test.interop.sun.round4.simple.util.SunGroupHClientUtil




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


View Full Code Here

TOP

Related Classes of test.interop.sun.round4.simple.util.SunGroupHClientUtil

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.