http://www.perlmonks.org?node_id=1034587

rbala has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, I have a Soap::Lite running in server side , which I am using to tranfer a network capture of wireshark . I am returning this as an array to the soap client . I am getting the following error :

Use of inherited AUTOLOAD for non-method Soap::Serializer::as_base64Binary is deprecated at /opt/Activeperl/site/lib/SOAP/Lite.pm.

. Also , Soap server hangs therein. Can you please help me to solve this ? Thanks, Bala.

Replies are listed 'Best First'.
Re: Soap::Lite Issue
by Anonymous Monk on May 21, 2013 at 22:48 UTC

    Also , Soap server hangs therein. Can you please help me to solve this ? Thanks, Bala.

    No, its impossible

    It might be some kind of perl/autoload bug, it might be some kind of soap/xml issue ... so if you want help, you'll need to create a test case (code that triggers the problem on so and so version of perl and ....)

      Apologies . As you said, soap server did not hang, it took some time to return to the calling program . I found it having retested again. The actual issue is when the file size become larger only , this issue arises. When the file size is small in the range of 6 kb or so, there is no issue . FYI: The soap client and server are both perl.