in reply to SOAP::Transport::HTTP::CGI checking wrong namespace for method
I needed 1 more change in addition to that suggested above by kennethk
In the CGI script, change the dispatch_to setting to:
my $server = SOAP::Transport::HTTP::CGI ->dispatch_to('lib', 'Report') ->handle;
Where 'lib' is the directory containing the Report, ReportResponse & ReportRequest modules.
|
|---|