Package org.apache.axis2.interop.whitemesa.round2.util.soap12

Examples of org.apache.axis2.interop.whitemesa.round2.util.soap12.GroupbSoap12EchoStructAsSimpleTypesUtil


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

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


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

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

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

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

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

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

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

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

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

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

     */
    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 testR2GBEchoStructAsSimpleTypes() throws AxisFault {
        url = "http://mssoapinterop.org/stk/interopB.wsdl";
        soapAction = "http://soapinterop.org/";

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

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

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

TOP

Related Classes of org.apache.axis2.interop.whitemesa.round2.util.soap12.GroupbSoap12EchoStructAsSimpleTypesUtil

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.