Help for this page

Select Code to Download


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