Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: scottpriceasher [...] gmail.com
Cc:
AdminCc:

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



Subject: Small bug in SOAP::Packager
Date: Mon, 17 Aug 2009 13:42:50 -0400
To: bug-SOAP-Lite [...] rt.cpan.org
From: Scott Asher <scottpriceasher [...] gmail.com>
Also -- SOAP::Packager::DIME, SOAP::Lite::Packager::DIME: Line 309-311: $top->attach('MIMEType' => $soapversion == 1.1 ? "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml", 'Data' => $envelope ); $envelope should be \$envelope because DIME::Payload requires a reference, not a scalar. Thanks, Scott
Fixed in SVN in #382 Thanks
fixed in >= 0.713