[system] / trunk / webwork2 / clients / hello_world_xmlrpc_client.pl Repository:
ViewVC logotype

Diff of /trunk/webwork2/clients/hello_world_xmlrpc_client.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 4731 Revision 4732
1#!/usr/bin/perl -w 1#!/usr/bin/perl -w
2 2
3# 3#
4use XMLRPC::Lite; 4use XMLRPC::Lite;
5 my $soap = XMLRPC::Lite 5 my $soap = XMLRPC::Lite
6 # ->uri('http://webwork-db.math.rochester.edu/Demo/') 6 -> proxy('https://math.webwork.rochester.edu:443/mod_xmlrpc/');
7 -> proxy('http://devel.webwork.rochester.edu:8002/mod_xmlrpc/'); 7 #-> proxy('https://devel.webwork.rochester.edu:8002/mod_xmlrpc/');
8 8 # -> proxy('http://localhost/mod_xmlrpc/');
9
9 10
10 my $result = $soap->call("WebworkXMLRPC.hi"); 11 my $result = $soap->call("WebworkXMLRPC.hi");
11 12
12 13
13 unless ($result->fault) { 14 unless ($result->fault) {

Legend:
Removed from v.4731  
changed lines
  Added in v.4732

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9