1 /**2 * SoapInteropEmptySABindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package test.wsdl.interop3.emptysa;9 10 public class SoapInteropEmptySABindingImpl implements test.wsdl.interop3.emptysa.SoapInteropEmptySAPortType{11 public java.lang.String echoString(java.lang.String a) throws java.rmi.RemoteException {12 return a;13 }14 15 }16