Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Security problem in SOAP::Lite

by larryk (Friar)
on Apr 09, 2002 at 15:21 UTC ( [id://157750]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # from perldoc Frontier::Daemon
    SYNOPSIS
    ...
            'rpcName' => \&sub_name,
               ...
            });
    
  2. or download this
    # from Frontier::RPC2
    my $method = $call->{'method_name'};
    if (!defined $methods->{$method}) {
        return $self->encode_fault(3, "no such method \`$method'\n");
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://157750]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 17:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found