Package org.apache.axis.types

Examples of org.apache.axis.types.IDRef


        }
        assertTrue("binding is null", binding != null);

        // Test operation
        org.apache.axis.types.IDRef value = null;
        IDRef ref = new IDRef();
        ref.setValue("THX1138");
        value = binding.echoIDREF(ref);
        assertEquals(ref, value);
    }
View Full Code Here


        }
        assertTrue("binding is null", binding != null);

        // Test operation
        org.apache.axis.types.IDRef value = null;
        IDRef ref = new IDRef();
        ref.setValue("THX1138");
        value = binding.echoIDREF(ref);
        assertEquals(ref, value);
    }
View Full Code Here

TOP

Related Classes of org.apache.axis.types.IDRef

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.