Skip Menu |

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

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

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

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



Subject: not generating attributes properly
Date: Wed, 17 Aug 2011 18:37:34 -0500
To: bugs-soap-lite [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
the following XML is generated by the following Dumper object dump. I'm generating the objec itself with SOAP::Data::Builder, and to me the object appears correct, however, the XML does not contain <item id="2"> like I'd expect. <item> <unitPrice>2.01</unitPrice> <quantity>1</quantity> </item> $VAR1 = bless( { '_name' => 'item', '_signature' => [], '_value' => [ \bless( { '_signature' => [], '_value' => [ bless( { '_name' => 'unitPrice', '_signature' => [], '_value' => [ '2.01' ], '_attr' => {} }, 'SOAP::Data' ), bless( { '_name' => 'quantity', '_signature' => [], '_value' => [ 1 ], '_attr' => {} }, 'SOAP::Data' ) ], '_attr' => {} }, 'SOAP::Data' ) ], '_attr' => { 'id' => '2' } }, 'SOAP::Data' ); -- Caleb Cushing http://xenoterracide.com
Subject: [rt.cpan.org #70329] not generating attributes properly
Date: Wed, 17 Aug 2011 20:06:47 -0500
To: bug-SOAP-Lite [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
I'm attaching a perl script which show's 3 different types of requests. $req1 show's the bug, $req2 and 3 are very similar but show the bug not happening. -- Caleb Cushing http://xenoterracide.com

Message body is not shown because sender requested not to inline it.

Fixed in 0.714 just uploaded to CPAN. Thanks for reporting, Martin