Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: martin.kutter [...] fen-net.de
Cc:
AdminCc:

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



Subject: use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2 missing
Date: Thu, 28 May 2009 17:34:30 +0200
To: Martin Kutter via RT <bug-SOAP-Lite [...] rt.cpan.org>
From: Martin Kutter <martin.kutter [...] fen-net.de>
SOAP::Lite does not load SOAP::Lite::Deserializer::XMLSchemaSOAP1_2, but uses it somehwere in processing the SOAP payload. add use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2; to SOAP/Lite.pm
This is already fixed in the current version. Martin