Package test.interop.whitemesa.round2.util

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


     */
    public void testR2GBEchoSimpleTypesAsStruct() throws AxisFault {
        url = "http://mssoapinterop.org/stk/interopB.wsdl";
        soapAction = "http://soapinterop.org/";

        util = new GroupbEchoSimpleTypesAsStructUtil();
        retEnv = SunRound2Client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "MStk2GroupbSimpletypesAsStructRes.xml";
        results = compare(retEnv, tempPath);
        assertTrue(results);
    }
View Full Code Here


         */
        public void testR2GBTypedEchoSimpleTypesAsStruct() throws AxisFault {
            url = "http://mssoapinterop.org/stk/interopBTyped.wsdl";
            soapAction = "http://soapinterop.org/";

            util = new GroupbEchoSimpleTypesAsStructUtil();
            retEnv = SunRound2Client.sendMsg(util, url, soapAction);
            tempPath = resFilePath + "MStk2GroupbTypedSimpletypesAsStructRes.xml";
            results = compare(retEnv, tempPath);
            assertTrue(results);
        }
View Full Code Here

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        util = new GroupbEchoNestedStructUtil();
        retEnv = client.sendMsg(util, url, soapAction);
        tempPath = resFilePath + "MSRemGroupbNestedStructRes.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.