import org.apache.soap.rpc.call;
import org.apache.soap.rpc.parameter;
import org.apache.soap.rpc.response;
public class helloworldclient {
public static void main(string args[]) throws exception {
string endpoint = "http://localhost:8080/soap/servlet/rpcrouter";
call call = new call();//创建一个rpc call