Package test.interop.whitemesa.round2

Examples of test.interop.whitemesa.round2.MSaxmsRound2InteropTest


     */
    public void testR2GCEchoStringArray() throws AxisFault {
        url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
        soapAction = "http://soapinterop.org/";

        util = new GroupcStringArrayUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESGroupcStringArrayRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here


     */
    public void testR2GCEchoStringArray() throws AxisFault {
        url = "http://services.soaplite.com/interopC.cgi";
        soapAction = "\"http://soapinterop.org/\"";

        util = new GroupcStringArrayUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "GroupcStringArrayRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoStructArray() throws AxisFault {
        url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
        soapAction = "http://soapinterop.org/";

        util = new GroupcStructArrayUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESGroupcStructArrayRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoStructArray() throws AxisFault {
        url = "http://services.soaplite.com/interopC.cgi";
        soapAction = "\"http://soapinterop.org/\"";

        util = new GroupcStructArrayUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "GroupcStructArrayRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoStruct() throws AxisFault {
        url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
        soapAction = "http://soapinterop.org/";

        util = new GroupcStructUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESGroupcStructRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoStruct() throws AxisFault {
        url = "http://services.soaplite.com/interopC.cgi";
        soapAction = "\"http://soapinterop.org/\"";

        util = new GroupcStructUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "GroupcStructRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoVoid() throws AxisFault {
        url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
        soapAction = "http://soapinterop.org/";

        util = new GroupcVoidUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESGroupcVoidRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2GCEchoVoid() throws AxisFault {
        url = "http://services.soaplite.com/interopC.cgi";
        soapAction = "\"http://soapinterop.org/\"";

        util = new GroupcVoidUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "GroupcVoidRes.xml";
        compareXML(retEnv, tempPath);
    }
View Full Code Here

     */
    public void testR2BaseEchoBase64() throws AxisFault {
        url = "http://easysoap.sourceforge.net/cgi-bin/interopserver";
        soapAction = "http://soapinterop.org/";

        util = new Round2EchoBase64ClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESBaseBase64Res.xml";
        assertR2DefaultEchoBase64Result(retEnv);
    }
View Full Code Here

     */
    public void testR2BaseEchoBase64() throws AxisFault {
        url = "http://www.cincomsmalltalk.com/soap/interop";
        soapAction = "http://soapinterop.org/";

        util = new Round2EchoBase64ClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "sunBaseBase64Res.xml";
        assertR2DefaultEchoBase64Result(retEnv);
    }
View Full Code Here

TOP

Related Classes of test.interop.whitemesa.round2.MSaxmsRound2InteropTest

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.