FileDocCategorySizeDatePackage
Soap12TestDocBindingImpl.javaAPI DocApache Axis 1.4458Sat Apr 22 18:57:26 BST 2006test.wsdl.soap12.assertion

Soap12TestDocBindingImpl.java

/**
 * Soap12TestDocBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package test.wsdl.soap12.assertion;

public class Soap12TestDocBindingImpl implements test.wsdl.soap12.assertion.Soap12TestPortTypeDoc{
    public void emptyBody() throws java.rmi.RemoteException {
    }

    public java.lang.String echoOk(java.lang.String echoOk) throws java.rmi.RemoteException {
        return echoOk;
    }
}