Help for this page
my $soap = SOAP::Transport::HTTP::Server -> new(%args) ... $soap->handle; my $response = $soap->response;
my $soap = SOAP::WSDL->new(); $soap->wsdl('file:/path/to/file.wsdl'); $soap->proxy('http://server/service.cgi'); $soap->wsdlinit(caching => 1);