IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40680


Ignore:
Timestamp:
Apr 10, 2019, 2:04:01 PM (7 years ago)
Author:
eugene
Message:

adding some commented-out debugging options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r39926 r40680  
    1717use Nebulous::Util qw( :standard );
    1818use Params::Validate qw( validate validate_pos SCALAR UNDEF BOOLEAN );
    19 #use SOAP::Lite +trace => [qw( debug )];
    2019use Sys::Hostname;
    2120use SOAP::Lite;
     21# use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ];
     22# use SOAP::Lite +trace => [qw( debug )];
    2223use Time::HiRes qw( sleep );
    2324use URI;
     
    8889
    8990    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
    9295    );
    9396
Note: See TracChangeset for help on using the changeset viewer.