SOAP-WSDL - Re: wsdl2perl error

Posted on Thu Apr 3 09:28:52 2008 by mkutter in response to 7570 (See the whole thread of 4)
Re: wsdl2perl error
Hi Lom,

yes, that's a bug. SOAP::WSDL normally converts booleans to perl's representation of true and false (that is, 1 and 0) - looks like I missed applying the conversion here.

The alternative you mentioned is what SOAP::WSDL should have done itself.

Thanks for reporting,
Martin
Write a response