Package test.interop.whitemesa.round2.util

Examples of test.interop.whitemesa.round2.util.GroupbEchoSimpleTypesAsStructUtil


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TOP

Related Classes of test.interop.whitemesa.round2.util.GroupbEchoSimpleTypesAsStructUtil

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.