1 /**2 * AnyServiceSoapBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package test.wsdl.anytype;9 10 public class AnyServiceSoapBindingImpl implements test.wsdl.anytype.AnyService{11 public java.lang.Object run() throws java.rmi.RemoteException {12 return new String ("hello");13 }14 15 }16