/[notice-sender]/trunk/t/2_soap.t
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/t/2_soap.t

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

revision 68 by dpavlin, Mon Aug 1 08:59:36 2005 UTC revision 70 by dpavlin, Tue Aug 2 19:41:28 2005 UTC
# Line 15  BEGIN { Line 15  BEGIN {
15  my $debug = 0;  my $debug = 0;
16  my $list_name = 'SOAP test';  my $list_name = 'SOAP test';
17    
18    $debug = 1 if (@ARGV);
19    
20  my $aliases = Cwd::abs_path($0);  my $aliases = Cwd::abs_path($0);
21  $aliases =~ s#/[^/]*$#/#;  $aliases =~ s#/[^/]*$#/#;
22  $aliases .= 'aliases';  $aliases .= 'aliases';
# Line 50  my $soap = SOAP::Lite Line 52  my $soap = SOAP::Lite
52          ->uri('http://localhost/Nos/SOAP/')          ->uri('http://localhost/Nos/SOAP/')
53          ->proxy($daemon->url);          ->proxy($daemon->url);
54    
55  $soap->on_debug(sub{print "# CLIENT ",@_}) if ($debug);  $soap->on_debug(sub{print "## ", join("\n## ",@_), "\n";}) if ($debug);
56    
57  # NewList  # NewList
58    

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

  ViewVC Help
Powered by ViewVC 1.1.26