Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Getting an XML-RPC array with Frontier::Client

by tall_man (Parson)
on Apr 01, 2003 at 19:38 UTC ( [id://247329]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub doCommand {
       # Decode the results of the raw command from XML.
    ...
    
       return $result;
    }
    
  2. or download this
    use strict;
    use Frontier::RPC2;
    ...
    my $result = [ "you guessed", 42 ];
    my $xml_string = $coder->encode_response($result);
    print $xml_string,"\n";
    
  3. or download this
    <?xml version="1.0"?>
    <methodResponse>
    ...
    </param>
    </params>
    </methodResponse>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-20 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found