Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 47143
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: michael [...] zedeler.dk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.710.08
Fixed in: (no value)



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.
Hi, please provide a patch. I'm doing SOAP::Lite maintenance, because it's so widespread, not because I would encourage using it - there's XML::Compile::SOAP, or SOAP::WSDL as replacements available (whith XML::Compile::SOAP being more feature-complete, while SOAP::WSDL has a more familiar OO style). Fixes mean work for me - so I'm not going to fix minor doc issues unless there's a patch... Martin