/**
 * StringTestSoapBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2beta Mar 31, 2004 (12:47:03 EST) WSDL2Java emitter.
 */

package test;

public class StringTestSoapBindingImpl implements test.StringTest{
    public java.lang.String echo(javax.xml.rpc.holders.StringHolder echoIn0) throws java.rmi.RemoteException {
			echoIn0.value = "api modifying:" + echoIn0.value;
        return "server returning:" + echoIn0.value;
    }

}
