Hi Henry!
I remember once there was a long discussion (around 3months back)
about this thing (Thanks to Anne's several informative inputs). In a
nutshell the conclusion as I remember it is that... if you want to
publish your service as doc/lit you shouldn't have method signatures
that accept more than one parameter.
Regards,
Jayachandra
On 5/24/05, Henry Lu <[EMAIL PROTECTED]> wrote:
> 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.
>
--
-- Jaya