1 /**2 * Soap12TestDocBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package test.wsdl.soap12.assertion;9 10 public class Soap12TestDocBindingImpl implements test.wsdl.soap12.assertion.Soap12TestPortTypeDoc{11 public void emptyBody() throws java.rmi.RemoteException {12 }13 14 public java.lang.String echoOk(java.lang.String echoOk) throws java.rmi.RemoteException {15 return echoOk;16 }17 }18