http://qs1969.pair.com?node_id=543860


in reply to Re: SOAP::Lite
in thread Reaped: SOAP::Lite

> "the restriction posed by the Perl language": what restriction would this be?

I'm assuming the fact that Perl doesn't have method signatures from which the relevant wsdl can be generated automatically. It may be an inconvenience here, but I don't believe the word "restriction" makes sense.

Other than that, I completely agree with you that this post does not constitute a review.

Replies are listed 'Best First'.
Re^3: SOAP::Lite
by erroneousBollock (Curate) on Apr 02, 2007 at 04:42 UTC
    I've used Pod::WSDL to generate WSDL quite successfully. Handles anyhing I could throw at it.

    Method "signatures" only really help for number and types of arguments / return values. Outside that, you're stuck using executable documentation in *any* language.

    -David.