Skip Menu |

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

Report information
The Basics
Id: 36477
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: s_fritsche [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.710.05
Fixed in: (no value)



Subject: SOAP::Lite Envelope not stripped down for XMLRPC
The issue reported in 36455 is the same as this, while traversing the SOAP::Lite envelope an element "methodname . Response" is added to the elements list and should be subsequently stripped by the XMLRPC envelope. Earlier versions of the library simply shifted the element from the elements list, but it seems that this was forgotten in the most recent rewrite. To fix this add the line: my $method = shift or die "Unspecified method for XMLRPC call\n"; to your XMLRPC::Lite.pm after line 73 ('if ($type eq 'response') {')
Subject: Re: [rt.cpan.org #36477] SOAP::Lite Envelope not stripped down for XMLRPC
Date: Thu, 05 Jun 2008 20:47:30 +0200
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Fixed in 0.710.06 just uploaded to CPAN. Thanks for reporting, and thanks even more for the fix ! Martin