Subject: | regression from 0.710.08 soap:Client,Application failed during request deserialization |
Hi all,
I have a problem when sending an xml on solaris SunOS 5.9
Generic_122300-29 sun4u sparc SUNW,Sun-Fire-V240
and perl v5.10.1
The xml begins with
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:apachens="http://xml.apache.org/xml-soap"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><find_services
xmlns="SFXMenu/SOAP">
and ends with
</find_services></soap:Body></soap:Envelope>
In tracing we have
SOAP::Transport::new: ()
SOAP::Serializer::new: ()
SOAP::Deserializer::new: ()
SOAP::Parser::new: ()
SOAP::Server::new: ()
SOAP::Transport::HTTP::Server::new: ()
SOAP::Transport::HTTP::CGI::new: ()
SOAP::Transport::HTTP::Server::handle:
SOAP::Server::handle: ()
SOAP::Deserializer::deserialize: ()
SOAP::Parser::decode: ()
SOAP::Serializer::envelope: ()
SOAP::Serializer::envelope: Client Application failed during request
deserialization:
no element found at line 1, column 0, byte -1 at XML/Parser.pm line 187
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Transport::HTTP::CGI::DESTROY: ()
SOAP::Serializer::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Transport::DESTROY: ()
SOAP::Deserializer::DESTROY: ()
SOAP::Parser::DESTROY: ()
With version 7.10.08 we have the lines
SOAP::SOM::new: ()
SOAP::Data::new: ()
SOAP::Data::DESTROY: ()
(eval): ARRAY(0xaa8b9f8) 0 sfxtst4
SOAP::Server::handle: ARRAY(0xa9de3e0)
which are missing from the new version