Changeset 40680
- Timestamp:
- Apr 10, 2019, 2:04:01 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r39926 r40680 17 17 use Nebulous::Util qw( :standard ); 18 18 use Params::Validate qw( validate validate_pos SCALAR UNDEF BOOLEAN ); 19 #use SOAP::Lite +trace => [qw( debug )];20 19 use Sys::Hostname; 21 20 use SOAP::Lite; 21 # use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ]; 22 # use SOAP::Lite +trace => [qw( debug )]; 22 23 use Time::HiRes qw( sleep ); 23 24 use URI; … … 88 89 89 90 my $lite = SOAP::Lite->new( 90 proxy => $args{ 'proxy' }, 91 uri => $args{ 'uri' } || "urn:Nebulous/Server/SOAP", 91 proxy => $args{ 'proxy' }, 92 uri => $args{ 'uri' } || "urn:Nebulous/Server/SOAP", 93 # outputxml => 1, 94 # uncomment the above to get a dump of the returned xml 92 95 ); 93 96
Note:
See TracChangeset
for help on using the changeset viewer.
