in reply to Perl SOAP client.

is it possible to call this method from Perl SOAP client

Yes, assuming your server is set up correctly.

how can I implement a call of this method using SOAP::Lite?

It could be implemented many different ways. I suggest checking out the documentation and SOAP::Lite cookbook at the SOAP::Lite website for all the ins and outs for this module.

Replies are listed 'Best First'.
Re: Re: Perl SOAP client.
by Anonymous Monk on Sep 20, 2003 at 00:44 UTC
    Excellent answer