/[notice-sender]/trunk/soap-client.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/soap-client.pl

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

revision 70 by dpavlin, Tue Aug 2 19:41:28 2005 UTC revision 72 by dpavlin, Mon Aug 22 20:24:04 2005 UTC
# Line 14  my $soap = SOAP::Lite Line 14  my $soap = SOAP::Lite
14    
15  $soap->on_debug(sub{print "# ",@_}) if ($debug);  $soap->on_debug(sub{print "# ",@_}) if ($debug);
16    
17  my $list_id = $soap->NewList({  my $list_id = $soap->CreateList({
18                  list => 'My list',                  list => 'My list',
19                  email => 'my-soap@example.com',                  email => 'my-soap@example.com',
20          })->result || die "can't add list";          })->result || die "can't add list";
# Line 61  $soap->DeleteMemberFromList({ Line 61  $soap->DeleteMemberFromList({
61    
62  print "deleted member\n";  print "deleted member\n";
63    
64  $soap->DeleteList({  $soap->DropList({
65          list => 'My list'          list => 'My list'
66  });  });
67    

Legend:
Removed from v.70  
changed lines
  Added in v.72

  ViewVC Help
Powered by ViewVC 1.1.26