Is there any one can implement the following interface with
server/client examples with style/use of DOC/Lit in AXIS 1.2?


public interface Echo
{
    public String echoString(String arg);
    public String echoString_double(String arg1, String arg2);
}

I got the following result:

echoString(String arg);: Henry
 public String echoString_double(String arg1, String arg2);: Henrynull

-Henry


**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues.

Reply via email to