1 /**2 * ArrayTest4SOAPBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2.1 Jun 12, 2005 (04:49:43 EDT) WSDL2Java emitter.6 */7 8 package test.wsdl.arrays4;9 10 public class ArrayTest4SOAPBindingImpl implements test.wsdl.arrays4.ArrayTest4{11 public test.wsdl.arrays4.StructureType echoStruct(test.wsdl.arrays4.StructureType s) throws java.rmi.RemoteException {12 return s;13 }14 15 }16