FileDocCategorySizeDatePackage
RoundTrip2TestServiceTestCase.javaAPI DocApache Axis 1.443182Sat Apr 22 18:57:28 BST 2006test.wsdl.roundtrip2

RoundTrip2TestServiceTestCase

public class RoundTrip2TestServiceTestCase extends TestCase
RoundTrip2TestServiceTestCase.java This file was auto-generated from WSDL by the Apache Axis 1.2RC3 Feb 19, 2005 (03:03:59 EST) WSDL2Java emitter.

Fields Summary
Constructors Summary
public RoundTrip2TestServiceTestCase(String name)

        super(name);
    
Methods Summary
public voidtest10RoundTrip2TestWrapperLongTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Long value = null;
        value = binding.wrapperLongTest(new java.lang.Long(0));
        // TBD - validate results
    
public voidtest11RoundTrip2TestFloatTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        float value = -3;
        value = binding.floatTest(0);
        // TBD - validate results
    
public voidtest12RoundTrip2TestWrapperFloatTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Float value = null;
        value = binding.wrapperFloatTest(new java.lang.Float(0));
        // TBD - validate results
    
public voidtest13RoundTrip2TestDoubleTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        double value = -3;
        value = binding.doubleTest(0);
        // TBD - validate results
    
public voidtest14RoundTrip2TestWrapperDoubleTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Double value = null;
        value = binding.wrapperDoubleTest(new java.lang.Double(0));
        // TBD - validate results
    
public voidtest15RoundTrip2TestBooleanArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        boolean[] value = null;
        value = binding.booleanArrayTest(new boolean[]{true,false});
        // TBD - validate results
    
public voidtest16RoundTrip2TestByteArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        byte[] value = null;
        value = binding.byteArrayTest(new byte[]{0xD,0xE});
        // TBD - validate results
    
public voidtest17RoundTrip2TestShortArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        short[] value = null;
        value = binding.shortArrayTest(new short[]{3,4});
        // TBD - validate results
    
public voidtest18RoundTrip2TestIntArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        int[] value = null;
        value = binding.intArrayTest(new int[]{1,2});
        // TBD - validate results
    
public voidtest19RoundTrip2TestLongArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        long[] value = null;
        value = binding.longArrayTest(new long[]{45,64});
        // TBD - validate results
    
public voidtest1RoundTrip2TestBooleanTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        boolean value = false;
        value = binding.booleanTest(true);
        // TBD - validate results
    
public voidtest20RoundTrip2TestFloatArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        float[] value = null;
        value = binding.floatArrayTest(new float[]{12,34});
        // TBD - validate results
    
public voidtest21RoundTrip2TestDoubleArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        double[] value = null;
        value = binding.doubleArrayTest(new double[]{435,647});
        // TBD - validate results
    
public voidtest22RoundTrip2TestWrapperBooleanArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Boolean[] value = null;
        value = binding.wrapperBooleanArrayTest(new java.lang.Boolean[]{Boolean.TRUE, Boolean.FALSE});
        // TBD - validate results
    
public voidtest23RoundTrip2TestWrapperByteArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Byte[] value = null;
        value = binding.wrapperByteArrayTest(new java.lang.Byte[]{new Byte((byte)0x3)});
        // TBD - validate results
    
public voidtest24RoundTrip2TestWrapperShortArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Short[] value = null;
        value = binding.wrapperShortArrayTest(new java.lang.Short[]{new Short((short)3)});
        // TBD - validate results
    
public voidtest25RoundTrip2TestWrapperIntArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Integer[] value = null;
        value = binding.wrapperIntArrayTest(new java.lang.Integer[]{new Integer(4)});
        // TBD - validate results
    
public voidtest26RoundTrip2TestWrapperLongArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Long[] value = null;
        value = binding.wrapperLongArrayTest(new java.lang.Long[0]);
        // TBD - validate results
    
public voidtest27RoundTrip2TestWrapperFloatArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Float[] value = null;
        value = binding.wrapperFloatArrayTest(new java.lang.Float[0]);
        // TBD - validate results
    
public voidtest28RoundTrip2TestWrapperDoubleArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Double[] value = null;
        value = binding.wrapperDoubleArrayTest(new java.lang.Double[0]);
        // TBD - validate results
    
public voidtest29RoundTrip2TestBooleanMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        boolean[][] value = null;
        value = binding.booleanMultiArrayTest(new boolean[0][0]);
        // TBD - validate results
    
public voidtest2RoundTrip2TestWrapperBooleanTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Boolean value = null;
        value = binding.wrapperBooleanTest(new java.lang.Boolean(false));
        // TBD - validate results
    
public voidtest30RoundTrip2TestByteMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        byte[][] value = null;
        value = binding.byteMultiArrayTest(new byte[0][0]);
        // TBD - validate results
    
public voidtest31RoundTrip2TestShortMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        short[][] value = null;
        value = binding.shortMultiArrayTest(new short[0][0]);
        // TBD - validate results
    
public voidtest32RoundTrip2TestIntMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        int[][] value = null;
        value = binding.intMultiArrayTest(new int[0][0]);
        // TBD - validate results
    
public voidtest33RoundTrip2TestLongMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        long[][] value = null;
        value = binding.longMultiArrayTest(new long[0][0]);
        // TBD - validate results
    
public voidtest34RoundTrip2TestFloatMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        float[][] value = null;
        value = binding.floatMultiArrayTest(new float[0][0]);
        // TBD - validate results
    
public voidtest35RoundTrip2TestDoubleMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        double[][] value = null;
        value = binding.doubleMultiArrayTest(new double[0][0]);
        // TBD - validate results
    
public voidtest36RoundTrip2TestStringTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.String value = null;
        value = binding.stringTest(new java.lang.String());
        // TBD - validate results
    
public voidtest37RoundTrip2TestStringArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.String[] value = null;
        value = binding.stringArrayTest(new java.lang.String[0]);
        // TBD - validate results
    
public voidtest38RoundTrip2TestStringMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.String[][] value = null;
        value = binding.stringMultiArrayTest(new java.lang.String[0][0]);
        // TBD - validate results
    
public voidtest39RoundTrip2TestCalendarTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.util.Calendar value = null;
        value = binding.calendarTest(java.util.Calendar.getInstance());
        // TBD - validate results
    
public voidtest3RoundTrip2TestByteTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        byte value = -3;
        value = binding.byteTest((byte)0);
        // TBD - validate results
    
public voidtest40RoundTrip2TestCalendarArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.util.Calendar[] value = null;
        value = binding.calendarArrayTest(new java.util.Calendar[0]);
        // TBD - validate results
    
public voidtest41RoundTrip2TestCalendarMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.util.Calendar[][] value = null;
        value = binding.calendarMultiArrayTest(new java.util.Calendar[0][0]);
        // TBD - validate results
    
public voidtest42RoundTrip2TestBigIntegerTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigInteger value = null;
        value = binding.bigIntegerTest(new java.math.BigInteger("0"));
        // TBD - validate results
    
public voidtest43RoundTrip2TestBigIntegerArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigInteger[] value = null;
        value = binding.bigIntegerArrayTest(new java.math.BigInteger[0]);
        // TBD - validate results
    
public voidtest44RoundTrip2TestBigIntegerMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigInteger[][] value = null;
        value = binding.bigIntegerMultiArrayTest(new java.math.BigInteger[0][0]);
        // TBD - validate results
    
public voidtest45RoundTrip2TestBigDecimalTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigDecimal value = null;
        value = binding.bigDecimalTest(new java.math.BigDecimal(0));
        // TBD - validate results
    
public voidtest46RoundTrip2TestBigDecimalArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigDecimal[] value = null;
        value = binding.bigDecimalArrayTest(new java.math.BigDecimal[0]);
        // TBD - validate results
    
public voidtest47RoundTrip2TestBigDecimalMultiArrayTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.math.BigDecimal[][] value = null;
        value = binding.bigDecimalMultiArrayTest(new java.math.BigDecimal[0][0]);
        // TBD - validate results
    
public voidtest4RoundTrip2TestWrapperByteTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Byte value = null;
        value = binding.wrapperByteTest(new java.lang.Byte((byte)0));
        // TBD - validate results
    
public voidtest5RoundTrip2TestShortTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        short value = -3;
        value = binding.shortTest((short)0);
        // TBD - validate results
    
public voidtest6RoundTrip2TestWrapperShortTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Short value = null;
        value = binding.wrapperShortTest(new java.lang.Short((short)0));
        // TBD - validate results
    
public voidtest7RoundTrip2TestIntTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        int value = -3;
        value = binding.intTest(0);
        // TBD - validate results
    
public voidtest8RoundTrip2TestWrapperIntegerTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        java.lang.Integer value = null;
        value = binding.wrapperIntegerTest(new java.lang.Integer(0));
        // TBD - validate results
    
public voidtest9RoundTrip2TestLongTest()

        test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub binding;
        try {
            binding = (test.wsdl.roundtrip2.RoundTrip2TestSoapBindingStub)
                          new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2Test();
        }
        catch (javax.xml.rpc.ServiceException jre) {
            if(jre.getLinkedCause()!=null)
                jre.getLinkedCause().printStackTrace();
            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
        }
        assertNotNull("binding is null", binding);

        // Time out after a minute
        binding.setTimeout(60000);

        // Test operation
        long value = -3;
        value = binding.longTest(0);
        // TBD - validate results
    
public voidtestRoundTrip2TestWSDL()

        javax.xml.rpc.ServiceFactory serviceFactory = javax.xml.rpc.ServiceFactory.newInstance();
        java.net.URL url = new java.net.URL(new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getRoundTrip2TestAddress() + "?WSDL");
        javax.xml.rpc.Service service = serviceFactory.createService(url, new test.wsdl.roundtrip2.RoundTrip2TestServiceLocator().getServiceName());
        assertTrue(service != null);