SOAP-WSDL - Re: disabling warnings

Posted on Sun May 25 23:49:50 2008 by mkutter in response to 7929 (See the whole thread of 3)
Re: disabling warnings
Are you using SOAP::WSDL directly or via a interface generated by wsdl2perl.pl? For using SOAP::WSDL directly, only something like this will work:
{ local $SIG{__WARN__} = sub {}; ... code that throws warnings ... }
I'll add silently ignoring failing imports as a feature request.
Martin
Direct Responses: 7933 | Write a response