Package test.interop.whitemesa.round2

Examples of test.interop.whitemesa.round2.MSaxmsRound2InteropTest


     */
    public void testR2BaseEchoHexBinary() throws AxisFault {
        url = "http://www.mssoapinterop.org:80/Remoting/ServiceA.soap";
        soapAction = "http://soapinterop.org/";

        util = new Round2EchoHexBinaryClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "MSRemBaseHexBinaryRes.xml";
        assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_HEX_BINARY);
    }
View Full Code Here


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

        util = new Round2EchoHexBinaryClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "sunBaseHexBinaryRes.xml";

        assertR2DefaultEchoHexBinaryResult(retEnv);
    }
View Full Code Here

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

        util = new Round2EchoIntegerArrayclientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESBaseIntegerArrayRes.xml";
        assertR2DefaultEchoIntegerArrayResult(retEnv);
    }
View Full Code Here

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

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

     */
    public void testR2BaseEchoIntegerArray() throws AxisFault {
        url = "http://www.mssoapinterop.org:80/Remoting/ServiceA.soap";
        soapAction = "http://soapinterop.org/";

        util = new Round2EchoIntegerArrayclientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "MSRemBaseIntegerArrayRes.xml";

    }
View Full Code Here

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

        util = new Round2EchoIntegerArrayclientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "sunBaseIntegerArrayRes.xml";

        assertR2DefaultEchoIntegerArrayResult(retEnv);
    }
View Full Code Here

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

        util = new Round2EchoIntegerClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "ESBaseIntegerRes.xml";
        assertR2DefaultEchoIntegerResult(retEnv);
    }
View Full Code Here

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

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

     */
    public void testR2BaseEchoInteger() throws AxisFault {
        url = "http://www.mssoapinterop.org:80/Remoting/ServiceA.soap";
        soapAction = "http://soapinterop.org/";

        util = new Round2EchoIntegerClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "MSRemBaseIntegerRes.xml";

        assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_INTEGER);
    }
View Full Code Here

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

        util = new Round2EchoIntegerClientUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "sunBaseIntegerRes.xml";

        assertR2DefaultEchoIntegerResult(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.