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

The parent class is part of the same distribution package in this case. The problem is that the parent class is in another module in the same package which is not automatically used. It must be explicitly used by the program.

( I guess there could also be some damage to the installed distribution, but let's trust Occam and solve the apparent problem first and see if something else rears it head after the initial fix. )

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