On Thu, Dec 9, 2010 at 2:48 PM, Chris Austin <[email protected]> wrote: > On Thu, Dec 9, 2010 at 2:14 PM, Tres Seaver <[email protected]> wrote: >> 3. I want some way to suppress the wrapping of returned objects in >> sequences (see issue 4, >> https://github.com/soaplib/soaplib/issues#issue/4). I'm thinking >> of maybe spelling that as a '_returns_direct' argument to 'rpc()'. >> >> For my enlightenment: does anybody know the rationale for adding the >> sequence wrapper?
Like Chris Austin I have no idea where this came from. Chris checked the SOAP spec and only one return value is expected...a sequence is not called for. Maybe someone was thinking about how Python functions support multiple return values? If it's not in the spec I don't see why soaplib should do it at all. If multiple return values are ever needed then a sequence can always be specified as the return type, right? _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
