Help for this page

Select Code to Download


  1. or download this
    $ perl soap-lite-server.pl
    Contact to SOAP server at http://127.0.0.1:10013/
    ...
    Terminating on signal SIGINT(2)
    
    $
    
  2. or download this
    POST http://localhost:10013/ HTTP/1.1
    Accept: text/xml
    Accept: multipart/*
    ...
    faultdetail          = HASH(0x17beb14)
    faultactor           = http://www.soaplite.com/custom
    
  3. or download this
    #!/usr/bin/perl --
    ##
    ...
        1;
    } ## end BEGIN
    __END__
    
  4. or download this
    #!/usr/bin/perl --
    ##
    ## 2014-07-03-00:50:25
    ...
        print $_[0]->as_string, "\n";
        return;
    } ## end sub pp_dump