Hi all,
The following Script
...
use SOAP::Lite;
my $soap = SOAP::Lite
-> proxy('https://myurl') ;
@params = (
SOAP::Data->name(name => $name),
SOAP::Data->name(password => $password)
);
generate the Error:
Wrong boolean value 'True'
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
>
Is there any way to resolve this problem?
Thanks
KN
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>