in reply to Re: Problem with SOAP::Transport::TCP
in thread Problem with SOAP::Transport::TCP

That was it. Thanks so much for your help. I knew it had to be something silly I was missing.

Interestingly, the code works as is on another box that has an older version of SOAP::Lite installed.

  • Comment on Re^2: Problem with SOAP::Transport::TCP

Replies are listed 'Best First'.
Re^3: Problem with SOAP::Transport::TCP
by mr_mischief (Monsignor) on Sep 02, 2010 at 03:35 UTC

    It's possible that the derived class uses the parent class in the older version and that the authors decided to change that. Let's do some historical research on the module.

    I don't find anything in the CHANGES file about that, but I just did a few quick string searches for what seemed obvious to me and didn't read the whole thing. Your searches might turn something up from that source if you look.

    Here it is though: version 0.70_08 of SOAP::Transport::TCP does include a use SOAP::Lite; statement. I'm not sure which version was the last to do that, but now we have confirmed that at least one previous version did. If it was necessary, the svn repository or the web interface to it would make it fairly easy to find out when the change occurred.