in reply to Re^2: The sad state of SOAP and Perl
in thread The sad state of SOAP and Perl

Java does that too. With the latest Java, you can easily expose your web service through simple annotation like @WebService, @WebMethod.

Perl's support of WSDL is really poor.

Replies are listed 'Best First'.
Re^4: The sad state of SOAP and Perl
by Anonymous Monk on Apr 13, 2006 at 03:21 UTC
    Thanks for the tip on Java -

    I assume reflection is used to figure out what parts to document in the WSDL (names, arguments, return values, etc).