Put this line before what you have:
Use SOAP::Lite;
The SOAP::Lite transport modules all (or mostly anyway) inherit from classes declared in SOAP::Lite itself. SOAP::Transport::TCP::Server inherits from SOAP::Server which is in the SOAP::Lite main module.
The docs actually say this about the inheritance, but they assume you know that means you must load the parent class explicitly.
Update: fixed a typo.
In reply to Re: Problem with SOAP::Transport::TCP
by mr_mischief
in thread Problem with SOAP::Transport::TCP
by runningwithscissors
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |