Subject: | SOAP::Serializer documentation is not correct |
In the documentation
(http://search.cpan.org/~mkutter/SOAP-Lite-0.710.08/lib/SOAP/Serializer.pod),
it says that the call convention is:
envelope(method, data arguments)
It should say
envelope(type, name, data arguments)
Where type is one of 'method' or 'response', name is name of the request
and data arguments is a list of SOAP::Header or SOAP::Data objects.