Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Starting on SOAP

by trwww (Priest)
on Nov 13, 2007 at 03:39 UTC ( [id://650431]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat server.pl
    use warnings;
    use strict;
    ...
    $server->server_loop;
    [trwww@waveright rpc]$ perl server.pl
    listening on port 9000
    
  2. or download this
    $ XMLRPCsh.pl http://localhost:9000/
    Usage: method[(parameters)]
    > system.listMethods('test')
    ...
    > test.hello('perlmonks')
    --- XMLRPC RESULT ---
    'Hello, perlmonks!'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-24 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found