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

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


     */
    public void testR2GCEchoBoolean() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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


     */
    public void testR2GCEchoString() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoFloatArray() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoHexBinary() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoIntergerArray() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoInterger() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoStringArray() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoStructArray() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoStruct() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

     */
    public void testR2GCEchoVoid() throws AxisFault {
        url = "http://www.whitemesa.net/interop/r2/groupC";
        soapAction = "http://soapinterop.org/";

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

TOP

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

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.