>>>>> "Tom" == Tom Oinn <[EMAIL PROTECTED]> writes:

    >> Does SOAP support overloading? If I want to expose two methods-
    >> 
    >> 1.  sayHello(String firstName) 2.  sayHello(String firstName,
    >> String lastName)
    >> 
    >> 
    >> Then how do I do it in AXIS. Can somebody point me to some
    >> samples and materials where I can learn more about this aspect
    >> of web services? I haven't been able to find much information
    >> about this on the web.
    >> 
    >> Thanks Srinivas
    >> 
    >> 
    >> 
    Tom> No, this is not allowed as of WSDL1.2
-- but still supported by Axis. I have services whith overloaded
methods that work. This is possible, because as far as I know, AXIS
doesn't really make use of the wsdl when calling a service method,
only to generate stubs.

best,

Ingrid






Reply via email to