CC: | Pierre VIGIER <pierre.vigier [...] gmail.com> |
Subject: | [Syntax Error] XML::Compile::SOAP::Util |
Date: | Mon, 25 Jul 2016 01:52:23 +0400 |
To: | bug-XML-Compile-SOAP [...] rt.cpan.org |
From: | Mohamad Hallal <mohdhallal [...] gmail.com> |
Hello,
Noticed the following while working with *XML::Compile::SOAP12::Server* Version
3.04
On version 3.18 of *XML::Compile::SOAP::Util*
Line 17: my @daemon = qw/MSEXT *XC_DAEMON_NS*/;
Line 50 defines the constant: , *XS_DAEMON_NS* => '
http://perl.org/xml-schemas/xml-compile-daemon/1.0'
*XML::Compile::SOAP12::Server* tries to use XC_DAEMON_NS while constructing
a Fault but fails to do so.
Cheers,
Mohamad Hallal