Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Frontier::Client and <struct>

by CountZero (Bishop)
on Mar 23, 2011 at 09:17 UTC ( [id://894963]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Frontier::Client;
    
    my $server = Frontier::Client->new( 'url' => 'http://my.server.com/RPC
    +2', debug => 1 );
    
    my $result = $server->call('MyCall', {test1 => "one", test2 => 'two'})
    +;
    
  2. or download this
    ---- request ----
    <?xml version="1.0"?>
    ...
            </struct></value></param>
        </params>
    </methodCall>
    

Log In?
Username:
Password:

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

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

    No recent polls found