/**
* HelloWorld.java
*
* This file was auto-generated from WSDL
* by the IBM Web services WSDL2Java emitter.
* cf231216.04 v42612222534
*/
package test;
public interface HelloWorld extends java.rmi.Remote {
public java.lang.String helloOperation(java.lang.String name) throws java.rmi.RemoteException;
}