SOAP::Lite perl client and .net webservice method.



Hi All,
i have following situation Perl client consume .Net webservice method like:

int Foo(out string name).
I've used "stubmaker" to generate stub, but generated method does not
contains this parameter :(.

Are there any possibilities make such call from Perl?

Thanks in advance for the help


.